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
1 answer

What default file properties are selected by the RTC SCM command line client?

RTC (Rational Team Concert) provide a "source control command-line interface (CLI)", where the basic command is 'scm'. We're currently using version "6.0.2" on Linux (64 bit). Where a file is added into RTC, it acquires a set of associated…
1
vote
0 answers

Jenkins + RTC : How to add new text field to jenkins UI if my class is extending RtcExtensionProvider?

I am to devlopting one jenkins plugin by extending RtcExtensionProvider and its entry method is getComponentLoadRules (below is the code sample).i want to add a custom text feild on jenkins UI, for that i have to extens Builder plugin which is not…
Raj
  • 51
  • 4
1
vote
0 answers

RTC collector API not fetching latest records

I am trying to fetch work items data from the Rest API of the RTC collector for a particular project. However, the Rest API provides me a max of initial 1000 records of work items based on project id. As a result, I am not fetch the latest…
knowledge20
  • 1,006
  • 3
  • 14
  • 25
1
vote
0 answers

Export local repository or changeset

I have to send a project to another party. Is there a way to export it? My IDE does not have this feature. With git or svn it would be trivial. I do not want to send RTC or IDE metadata. I use the Eclipse client.
lsborg
  • 1,191
  • 1
  • 12
  • 17
1
vote
1 answer

How to "git stash" in RTC?

I need to stash some changes in Rational Team Concert, but have not found a way to do so. Is there anything like git stash in Rational Team Concert? ps: It was easier to ask a simple question in SO.
lsborg
  • 1,191
  • 1
  • 12
  • 17
1
vote
0 answers

Install RTC ifix version using eclipse p2 director

I wanted to install RTC ifix version in my local eclipse using p2generator. When I tried installing the package manually it installs for me properly, and when i install the same package through ANT script I am facing issue and it is not getting…
Kivi
  • 485
  • 1
  • 9
  • 26
1
vote
1 answer

copy all artifacts in a project to a new folder and create a module from them in IBM RDNG

I am working on IBM RDNG 6.0.4. I want to copy (duplicate) all the artifacts of a project into a single folder. Then create a module from it. Is there any trick to do it? My project has 1000+ artifacts stored in different folders. Is there any API…
1
vote
0 answers

Suspended changesets created in Dev workspace appear in Release workspace

Here's my setup: I have a SW_Dev stream which is loaded in SW_Dev_RWS workspace. This is where the daily work is done. Every once in a while, I make a snapshot of SW_Dev, and create a workspace from that snapshot, SW_Release_v1_RWS. Then I change…
Dmitry Grigoryev
  • 3,156
  • 1
  • 25
  • 53
1
vote
0 answers

How to get more information about the changes returned by scm list changes?

I am using the RTC scm command to compile a list of files changed in a specified work item. For the sake of clarity, let's assume I've already logged in and created the nickname rtc for my RTC repository connection. I can use scm list changesets…
John Czukkermann
  • 539
  • 1
  • 4
  • 13
1
vote
1 answer

How to pass parameter in rtc plugin Jenkins

I am using RTC plugin for get source from IBM Rational Teamconcert in Jenkins, but how can I pass the parameter that I declared using This project is parameterized plugin like the image below I used %variable_name% but not successful.
taibc
  • 897
  • 2
  • 15
  • 39
1
vote
0 answers

How to accept only specific file from the change set

In SCM, I have created a change set with multiple files and I delivered the change set to the team leader. Team leader wants to get only 2-3 files from the delivered change set. Is there a way to accept only particular files from the change…
1
vote
1 answer

Unexpected character "60" - Error trying to login to RTC java api

I am trying to login to RTC java api 6.0.2 using: TeamPlatform.startup(); repo = TeamPlatform.getTeamRepositoryService().getTeamRepository(repoUri); repo.registerLoginHandler(new ILoginHandler2() { public ILoginInfo2 challenge(ITeamRepository…
1
vote
0 answers

Alert prompt should appear if the time spent is more than the estimate

Here's My scenario, User working on a Task and keeping estimated time and working more than the estimated time. To avoid that, the user should get alert prompt should appear if the time spent is more than the estimate time.
1
vote
0 answers

How to maintain parent & child work item while importing csv file

I have created a csv file with parent and child work item (eg: Parent work item is Milestone and Child work item is Task i.e., Requirement 1 is a Milestone and Requirement 1.1 Task, Requirement 1.2 Task are Child of Requirement 1). I need to…
1
vote
1 answer

SCM: Load from a load rule file

In SCM, there are different ways to load a components but I am bit confused with the "Load from a load rule file" option https://jazz.net/library/article/1016 I gone through this link and got to know how to load the loadrule file using "Load from a…