Questions tagged [rtc]

IBM Rational Team Concert is a software development team collaboration tool that integrates work item tracking, source control management, continuous builds, iteration planning, and highly configurable process support.

IBM Rational Team Concert is a software development team collaboration tool developed by the Rational brand of IBM and was first released in 2008.

The software is available in both client versions and a Web version. It provides software development teams with a collaborative environment in which they can manage all aspects of their work, such as plans, tasks, revision control, build management, and reports. It is highly configurable and adapts to the way the team want to work, enabling developers, architects, project managers, and project owners to work together effectively.

IBM Rational Team Concert is built on the Jazz Platform, an extensible technology platform that helps teams integrate tasks across the software life cycle.

Current version is 6.0.2 and was released in April 2016.

427 questions
3
votes
1 answer

Is it possible to integrate IBM RTC Advisor fields to JAXB

I'm working on IBM RTC Advisors, based on a Workshop provided in http://jazz.net. Now I´m trying to port the xsd document provided in their OSGi module to annotations+jaxb. That´s part of the XSD:
3
votes
2 answers

How to get sprint or iteration details of a project in rtc jazz using OSLC

Can any one help me to get the list of iterations and sprints in that and workitems in that sprint using oslc or REST call
Muzammil Shareef
  • 199
  • 1
  • 11
3
votes
1 answer

How to delete a component in RTC?

I have created a stream and a component; and added the same component to the stream. But now I want to delete the component. Is it possible to delete ? I know I can remove the component from stream, but since this component is of no use I want to…
Cjo
  • 1,265
  • 13
  • 19
3
votes
2 answers

how can I read history from RTC workItem jazz

how can I read history from RTC workItem. I want to check some attribute change and its value before and after change form history. By jazz API. how its is possible? Please help .
Tom
  • 132
  • 2
  • 11
3
votes
2 answers

How to get ChangeSet(All files changes) from IWorkItem item by Program

How to get ChangeSet(All files changes) from IWorkItem item by Program. I want a list contains all the files that got change for a RTC. how can I achieve this?
Tom
  • 132
  • 2
  • 11
3
votes
1 answer

discard change set from workspace

I am completely new using RTC so please, I need an answer as simple as possible. I recently accepted a change set from another team member and I need to discard the change set from my workspace. My problem here is that the change set I accepted was…
robasc
  • 307
  • 1
  • 5
  • 15
3
votes
1 answer

How to discard the change set once delivered in RTC

I accidentally delivered the change set which include some additional config files having local system specific configuration in RTC. Is there any way to discard those changes once delivered? I mean the changes should not be come as incoming changes…
user1728578
  • 89
  • 3
  • 8
3
votes
4 answers

TeamCity and IBM Rational Team Concert (RTC) Integration

Has anyone used TeamCity with Rational Team Concert (RTC) ? Is there any other continous integration for RTC?
3
votes
1 answer

How to query RTC builds?

We are using RTC for version control and build system. RTC's web interface allow user to create custom queries for work items - good. How about creating custom queries to the builds (or other RTC items maybe)? Let's say I want to know in what builds…
IgorStack
  • 799
  • 2
  • 6
  • 22
3
votes
2 answers

How to merge delivered changesets to work item into one in RTC

I have already delivered 3 changesets for given work item. Anyway I believe that it should be one changeset only. How can I merge these changesets into one changeset?
3
votes
2 answers

How to do a Gradle setup for flat projects with no physical root

. . We are migrating to Rational Team Concert (RTC) and want to leverage its 'component' definitions. Components used in a stream result in a local scm workspace which is flat and its physical root is not in scm, like this: |- workspace-name |…
AndyJ
  • 1,204
  • 3
  • 14
  • 28
3
votes
1 answer

RTC: Search for Items which Mention a Specific User

I'm looking for a query or a way to define one of my own to search for all work items which mention a specific user. How can I do this?
dharga
  • 2,187
  • 3
  • 24
  • 33
3
votes
1 answer

Eclipse client hangs when maximizing a view

In various eclipse clients (Rational Software Architect 8.0.3, Rational Team Concert, 4.0.2) when I try to maximize any view, it hangs my Windows 7 laptop for 2-3 minutes. Eventually it just finishes and returns control and I can continue as if…
3
votes
1 answer

How uncheck in change on RTC?

I've accidentally checked in some changes in a change set and I don't want to deliver them. How do you move a change from a pending changeset to unresolved changes in RTC?
rvazquezglez
  • 2,284
  • 28
  • 40
3
votes
2 answers

Return change set from Outgoing to Unresolved

I checked-in some changes by mistake. Now the changes are in the outgoing changes, but I don't want them to deliver. How can I return them back to the unresolved? If I discard them they vanished from my source code and I lost my work.
HPCS
  • 1,434
  • 13
  • 22