rtcTo / rtc2jira

Move your IBM RTC WorkItems to Atlassian Jira or any other Issue Tracker
https://rtc.to
GNU General Public License v2.0
11 stars 16 forks source link

Can we migrate RTC sourcecode and workitems at the same time #29

Closed himmakam closed 4 years ago

himmakam commented 5 years ago

Hi, we do have RTC to manage source code in one project area and workitems in another project area. And we do have linked code commits with workitems. Does this tool handle this migration by having that links between source code and workitem info intact. Please give me the suggestions

himmakam commented 5 years ago

so my main question was can we do the migration of both source code and workitems at the same time.

himmakam commented 5 years ago

We are planning to move both workitems and source code to GIT

WtfJoke commented 5 years ago

Yes, you can first migrate your rtc workitems/issues with this project(rtc2jira) to jira (or similar). E.g. You migrate it in a new jira project (for example a new project with key "RTC", and define it here here).

After that you can migrate with either rtc2gitor rtc2gitcli the source code commits. When you migrate them you can specify the project-key in the config (Config-Template for rtc2git or rtc2gitcli) .

himmakam commented 5 years ago

Thanks for your info. When I do the above settings and migrate the source code, does it link to the workitem in jira/git by making use of this projectkey?

WtfJoke commented 5 years ago

Yes, if you prefix the commits with the project key it does.

See https://confluence.atlassian.com/jirasoftwarecloud/processing-issues-with-smart-commits-788960027.html#ProcessingissueswithSmartCommits-SmartCommitcommands for more information how code commit linking works