Questions tagged [rational-team-concert]

Rational Team Concert is a complete Application Lifecycle Management (ALM) suite, offered by IBM. RTC combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with integration points to the Eclipse Java IDE as well as the Visual Studio IDE.

Built on Jazz, Rational Team Concert is a complete Application Lifecycle Management (ALM) suite, offered by IBM. RTC combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with integration points to the Eclipse Java IDE as well as the Visual Studio IDE.

Product information:

198 questions
1
vote
0 answers

ALM Java API : Creation of Child Iterations

I have to extend a child iteration for several timelines. With the help of understanding and using the rtc java client api I was able to get the right parent iteration. Creating a new Iteration in general was also not an issue but now I struggle in…
aed2fe
  • 11
  • 2
1
vote
1 answer

esp-idf NTP without internet

After synchronizing time from NTP, can the time still run after the internet connection is lost? how to keep time update stored in memory without having to connect to the server after rebooting or power off? I'm using esp-idf framework. the code is…
kikicookie
  • 11
  • 1
1
vote
1 answer

Can't find custom field name in IBM RTC

I have a custom RTC work item with the field 'Business Unit (BU)' I need to find the API xml element name for this item, in the past I've been able to find them no problem by going to a url formatted like this to see the xml…
POVR2
  • 87
  • 10
1
vote
0 answers

Synchronization of two workspaces in same RTC repository

I am working currently on a project using RTC (Rational Team Concert) through Plain Java API. I have a online-repository on which I have a main stream named Sample_ROOT. From this stream I want to create another one named Sample_Client_Application.…
Brandon
  • 33
  • 6
1
vote
1 answer

Undo check-in in RTC change-set

I'm working on a project with RAD using RTC. I'm a rookie to this so the problem is I checked-in by mistake some classes that were under "unsolved". I don't know how to reverse this process. I moved the classes to another change-set because I didn't…
Icy B
  • 13
  • 3
1
vote
1 answer

Jenkins job triggered by commit on specific stream in RTC

I would like my jenkins job to activate as soon as I commit to a specific stream on RTC (or my workspace). Currently I can do this on any commit I do on RTC using the "Build Trigger -> section Poll the source code management system "but I can only…
1
vote
1 answer

How to migrate IBM RTC code with history to git with rtc2git?

So I need to migrate with history RTC to Git using the rtc2git "Getting your History Files" page. However, I am not able to see the option how to do the below steps: Select all Entries and press "Copy URL" in the context menu Copy the links in a…
nag
  • 11
  • 1
1
vote
1 answer

RTC query to get each day effort

How to query in RTC 7.0.2 for a formal project, to get each day effort (time tracking) or time spent each day for a task?
Namrata
  • 41
  • 2
1
vote
1 answer

rtcclient ownedBy returns User ID and not email address

I am using the Python package rtclcient (v0.6.0) to get info from work item. Some of the properties I am querying from my RTC work item include: returned_properties_list = [ "rtc_cm:modifiedBy", "dc:modified", "rtc_cm:contextId", …
POVR2
  • 87
  • 10
1
vote
1 answer

Error CRRTC8550E when loading new repository workspace to sandbox

Using Rational Team Concert (aka Jazz source control), when loading a new repository workspace to a sandbox I am encountering error CRRTC8550E, and the resulting sandbox is incomplete. I am using Windows 10, Visual Studio 19 and the RTC plug-in for…
Paul R
  • 208,748
  • 37
  • 389
  • 560
1
vote
1 answer

Login to RTC using oslc and rest

I am new to Rational team concert. Please if anyone knows, can you help me how to login to rational team concert using oslc and rest API with so sample code Thanks.
Namrata
  • 41
  • 2
1
vote
0 answers

Getting started with RTC java APIs and rest client

I am new to RTC java APIs and rest client. Just started with it. Please can anyone suggest me how to get started using rest client in mozilla. I searched a lot about it but didn't find proper latest documentations. If anyone can suggest me steps,…
Namrata
  • 41
  • 2
1
vote
0 answers

How to fill the right information in RTC2GIT Config file

I am migrating From RTC to azure devops, so I am trying to migrate my source code to git first. I'm using rtc2git repository on github. The problem is: I am not able to fill the information required in the configuration file. So if anyone can help…
Qusai Atoon
  • 279
  • 5
  • 11
1
vote
0 answers

How to correctly upload an attachment with Apache HTTPClient to RTC (IBM Jazz)?

I am currently facing the following issue with a Java program. I am trying to upload a file I downloaded from an external server (file type can be different for every execution) to a IBM RTC (or Jazz) server through REST call. The REST endpoint I am…
AlSteve
  • 65
  • 1
  • 9
1
vote
1 answer

How to list Streams owned by a Project Area using Jazz RTC Java API

I am working an automation for IBM Rational Team Concert (IBM aka Jazz RTC). How may one list all streams owned by a specific project area? Which are the required API calls? I could not find any getters in the IProjectArea instance, nor service or…
Daniel Ferber
  • 301
  • 1
  • 7