Scarab commit: svn commit: r10901 - branches/release/0.22/xdocs: . howto
Johannes Höchstädter <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech
Date: 2010-02-08 07:42:12-0800
New Revision: 10901
Added:
branches/release/0.22/xdocs/howto/jira-import-howto.xml
Modified:
branches/release/0.22/xdocs/navigation.xml
Log:
ADD - How-To for importing issues from Jira added. Thanks to Mick Semb Wever. Text is mainly taken from http://wever.org/java/space/java/Importing+JIRA+issues+into+Scarab
Added: branches/release/0.22/xdocs/howto/jira-import-howto.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/xdocs/howto/jira-import-howto.xml?view=markup&pathrev=10901
==============================================================================
--- (empty file)
+++ branches/release/0.22/xdocs/howto/jira-import-howto.xml 2010-02-08 07:42:12-0800
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+
+<document>
+
+<properties>
+ <title>How to import issues from Jira into Scarab</title>
+ <author>Semb Wever</author>
+</properties>
+
+<body>
+
+
+<section name="Instructions">
+<p>You'll need a recent version of scarab (0.22 or trunk after 2008 'april) with the JIRA templates installed. Upgrading from a previous version won't install these JIRA templates!</p>
+<ul>
+<li>Add attribute option values to all global option-type attributes. Then add these to the same attributes in the global issue types.</li>
+<li>Add all users. (Alternative here is to set in build.properties scarab.import.addNewUsers=true [see the ScarabIssues.addUsers field]. This will create all the users the import process comes across on-the-fly.)</li>
+<li>Add all the modules, adding the JIRA attributes to each. Remove the JIRA prefix from them at the same time. (If you will only have one module you can just rename the JIRA module, remembering to add the attribute options from the first step to each issue type).</li>
+<li>Download the issues in xml format from your JIRA installation to your machine. Search and Replace all issue id prefixes so they contain only the four characters your scarab module uses. Eg SEARCH-311 must become SKER311 if your Search module has a code of SKER.</li>
+<li>Mangle other data in the xml. For example removing customfields you won't be using any more after the import.</li>
+<li>Go to the import xml issues under modules in the left navigation menu. Select the xml file, choose Import type: JIRA. Hit submit.</li>
+<li>Most likely you forgot an attribute option or user and you'll see errors accordingly. Fix 'em and repeat last step.</li>
+</ul>
+
+</section>
+</body>
+</document>
Modified: branches/release/0.22/xdocs/navigation.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/xdocs/navigation.xml?view=diff&pathrev=10901&r1=10900&r2=10901
==============================================================================
--- branches/release/0.22/xdocs/navigation.xml (original)
+++ branches/release/0.22/xdocs/navigation.xml 2010-02-08 07:42:12-0800
@@ -29,7 +29,8 @@
<item name="Scarab and Firewalls" href="/howto/firewall-howto.html"/>
<item name="NTLM Authentication" href="/howto/windowsdomain-howto.html"/>
<item name="LDAP Authentication" href="/howto/ldap-howto.html"/>
- <item name="Customizing Scarab" href="/howto/customize-howto.html"/>
+ <item name="Customizing Scarab" href="/howto/customize-howto.html"/>
+ <item name="Import issues from Jira" href="/howto/jira-import-howto.html"/>
</item>
<item name="Databases" href="/databases/index.html" collapse="true">
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2445910