Skip to content

Commit 4ed3800

Browse files
committed
Documentation and Images
1 parent e00dce9 commit 4ed3800

File tree

2 files changed

+27
-10
lines changed

2 files changed

+27
-10
lines changed

README.md

+27-10
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,57 @@ An Eclipse extension for Rational Team Concert (RTC) to copy Work Items across r
55

66
This extension allows you to copy work items from one repository to another repository. This can also be used to do bulk copy across project areas in the same repository. If source and target projects are simple scrum based then this can be a tool of choice for importing.
77

8+
Has a nice UI showing the copy progress.
89

9-
This retains data only from built in attributes.
10+
### Features
1011

11-
* Type, Summary, Description, Priority, Severity, Tags, Category
12+
* Copying built in attributes like type, summary, description, tags, priority, severity, complexity, creation date, due date, resolution date,
1213

1314
* All comments are retained
1415

1516
* Backlog items are mapped and imported to target backlog
1617

1718
* States and resolutions are copied
1819

19-
Restrictions
20+
* Copy links and attachments
21+
22+
* Copy internal information like Ranking
23+
24+
### Restrictions
2025

2126
* Users are mapped by user id. Defaults to Unassigned user or Current user (creator, comments)
2227

2328
* Found In, Planned For are set to unassigned
2429

30+
* Retains data only from built in attributes
31+
2532

26-
It provides following options while copying
33+
### Additional Options
2734

2835
* To replace sensitive information
2936

3037
* Add tags to the copied work items
3138

32-
* Copy the links of the work items
39+
* Enable or disable copying links and attachments
3340

34-
* Copy attachments
41+
* Enable or disable copying internal information
3542

36-
* Copy or retain internal information like ranking
43+
## Install
3744

38-
## Install and Usage
39-
40-
Install it on top of RTC Eclipse Client using the following update site link:
45+
Install on top of RTC Eclipse Client using the following update site
4146

4247
https://raw.githubusercontent.com/sandy081/Copy-Work-Items/master/Update-Site/site.xml
4348

4449
**Pre Requisite** - Rational Team Concert 5.0.2 Client
50+
51+
## Usage
52+
53+
* Create a work item query to match work items to be copied
54+
55+
* Right click on the query and select 'Copy Work Items...' option
56+
57+
* Select the target repository and project area into which work items are to be imported
58+
59+
* Click finish to copy with default options
60+
61+
* Click next to choose options and finish

images/Copy Work Items Option.png

110 KB
Loading

0 commit comments

Comments
 (0)