# rtc2jira **Repository Path**: mirrors_andyglick/rtc2jira ## Basic Information - **Project Name**: rtc2jira - **Description**: Move your IBM RTC WorkItems to Atlassian Jira or any other Issue Tracker - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # What is this? This tiny program lets you migrate work items from an ibm RTC server to another issue tracker like Jira or Bitbucket. # Basic concept Rtc2jira basically does two things: - Import work items from a given RTC installation - Exports this work items to one or more destinations You can run this process as many times as you want. It will always update your items if they already exist at your destination. # How can I use it? Up so far, its possible to: - Import some basic informations from the RTC work items into a local database - Export as Github-Issues (Creation & Update, but without any comments) - Export as Jira-Issues (Creation, but without comments) ## Preconditions If you want to use it or even contribute you need to fulfill following preconditions: * Download the **[RTC Plain Java Client Libraries](https://jazz.net/downloads/rational-team-concert/releases/5.0.1?p=allDownloads)** from IBM and import it to a folder of your choice. To avoid an account creation on jazz.net site, you could use: (http://bugmenot.com/) * Clone this project in Eclipse * Add a User Library named RTCClientPlainJavaLibs and add all .jars from the folder where you extracted the Plain Java Client Libraries * Run maven update in your Eclipse * Copy settings.properties.example from src/main/resources to the root of your project and adjust the properties to your needs. ## Run it Run the Main class. Watch your console and be impressed :-) # Basic conditions RTC2Jira runs with IBM RTC Server Version 5.0+ (We use 5.0.1)