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

java.lang.ExceptionInInitializerError in IBM RTC Plain Java Client Libraries using Android Studio

There is an issue which is quite complicated for me that I am using IBM RTC Plain Java Libraries (jar files) in Android App using Android Studio But on this line: ITeamRepository repository =…
Muhammad Farhan Habib
  • 1,859
  • 20
  • 23
0
votes
1 answer

Integrate IBM RTC to worklight for Android App

I need to develop an Android App which will sync the work-items from RTC Server and show as push notifications to the manager, who can approve, comment or cancel that work-item. For this, i did explore RTC APIs on jazz.net and integrate its client…
Muhammad Farhan Habib
  • 1,859
  • 20
  • 23
0
votes
1 answer

Sending post to creation factory on RTC but getting a 'GET' response

I've hit a strange bit of behaviour and I'm pretty sure is related to my code rather than the RTC instance I'm working with. I've got a web request setup and configured: var cookies = new CookieContainer(); var request =…
Sulphy
  • 766
  • 2
  • 9
  • 29
0
votes
1 answer

Add a tag to multiple work items

I'm working with multiple tickets in RTC and have so far successfully multi-updated fields like filed against, status etc. However I see no option to multi-update the tags field. I have hundreds of tickets I need to add tags to. Is there a way of…
ratsstack
  • 1,012
  • 4
  • 13
  • 32
0
votes
1 answer

db2 error with sum()

I am using the IBM tool 'JRS' to exctract data from 'RTC' with DB2. I have the folowing code, wich it works just fine: SELECT CASE WHEN (T3.REQUEST_TYPE = 'Corretiva' OR T3.REQUEST_TYPE = 'Corretiva Interna' ) THEN (MAX(T1.ACTUAL_WORK) -…
LUIZ
  • 11
  • 4
0
votes
1 answer

how to fetch streams and display its name on console using server side API

I want to fetch all the streams of a project area and display their names on console using server side API. IWorkspaceManager workspaceManager = SCMPlatform.getWorkspaceManager(teamRepository); IWorkspaceSearchCriteria wsSearchCriteria =…
0
votes
1 answer

Selenium throwing 'no display specified' error when one exists

I have a script that starts a Selenium server (if one is not already running) and then runs some acceptance tests in Codeception (with Firefox version 27, which is compatible with our Selenium 2.42.2). If I go onto the server (using VNC), the script…
ALOIVIA
  • 41
  • 1
  • 9
0
votes
1 answer

Usage of same workspace for RTC CLI and GUI

Is it possible that we can use same workspace for both CLI and GUI for RTC scm and synchronize the results in both clients? First I would use a folder to create a repository connection,workspace and Load it through CLI. When I launch Eclipse RTC and…
0
votes
1 answer

In Rational Team Concert v5.0.2 how to get members list in workitem dropdown attribute?

I want to add a attribute "Person Responsible:" and it should provide me a list of all members/users added within the project area, to allow me select a user. Just as what we have for "Owned by:". How to get implement this. I have RTCv5.0.2.
Pravin
  • 1
  • 2
0
votes
1 answer

Relevant Command in Rational Team Concert corresponding to clearcase macros

I want to know whether we can use the ClearCase macros in Rational Team Concert itself for communicating from scripts. Example for fetching the baseline details. Does Change Management Integration (CMI) will help on this. Please shed your…
0
votes
2 answers

RTC checkout using Ant

Is there a way to checkout files from RTC using Ant scripts?. I have a scenario where i need to checkout the files from RTC and build an app using Ant.
0
votes
1 answer

list of users and their UUID in a jazz project area

Greetings for the day I want to retrieve the UUID of individual member in the project can any one help me by providing me the url.(OSLC or nonOSLC). Note: Im not using any RTC Java API.
Muzammil Shareef
  • 199
  • 1
  • 11
0
votes
1 answer

Possible to include Client JAVA API libraries in Web-services?

We want to develop a Java based Web-services (since the API's we want to use are Java based) I would like to know if it's possible to use the IBM Rational Team Concert Plain Java API's…
KK99
  • 1,971
  • 7
  • 31
  • 64
0
votes
1 answer

Servlets with RTC

Does anyone know if it is possible to do implement servlets using the RTC Java API ? My goal is to do a web page which connects to rtc and retrieves a snapshot desired by the user. Thank you.
0
votes
1 answer

Shell string with double quotes - RTC command

I am trying to run a RTC 4.x command to add components to a workspace. The list of components have spaces in the names so they need to be surrounded by quotes. I am storing this list in a simple string variable: COMPONENTS="\"TestComp\" \"Common…
JamesE
  • 3,833
  • 9
  • 44
  • 82
1 2 3
28
29