Questions tagged [jazz]

IBM Jazz family of products, including Rational Team Concert (RTC), Rational Quality Manager (RQM), and Build Forge.

IBM Jazz family of products, including Rational Team Concert (RTC), Rational Quality Manager (RQM), Rational Requirements Composer (RRC), and Build Forge.

82 questions
1
vote
1 answer

Equivalent method to fetchCompleteState in RTC java plain api

Is there any equivalent method for fetchCompleteState on versionableManager to fetch data of historic files? I'm having troubles with retrieving file name of file added in previous changelists. Here is example: Changelist 1: add file:…
J33nn
  • 3,034
  • 5
  • 30
  • 46
1
vote
2 answers

is RTC proxy server only read only?

in RTC, for Global Software development scenario, there is the concept of cached proxies. as i understand, it is only a read only proxy which will help while loading a component in the remote location.[scm part] All Commit and Deliver actions when…
maxmelbin
  • 2,045
  • 3
  • 21
  • 29
1
vote
1 answer

How do I get code that exists on my box into source control using RTC jazz

Basically I somehow got out of sync somewhere. We were using VS 2010 with RTC 3.0. We cannot upgrade to RTC 4.0 until it gets approved and goes through the bureaucratic red tape. I edited my project in VS2012 because I thought I would use the RTC…
Robert
  • 4,306
  • 11
  • 45
  • 95
1
vote
1 answer

Get the Component name from Changeset

I have a Component associated to changeset. Now I need to get the Component name from the changeset not the .getItemId() I have managed to fetch the IComponentHandle object. I have been searching for a way to get the Component name from…
Echo
  • 2,959
  • 15
  • 52
  • 65
1
vote
1 answer

Get Stream from ProjectArea using RTC API 4

Hello I have been trying to get the stream name using projectArea. I have the following parameter: Repository IFileItem WorkItem and its ChangeSets Is it possible to get it. Thanks in advance. Please don't give me a link to the advisor example as I…
Echo
  • 2,959
  • 15
  • 52
  • 65
1
vote
1 answer

Fetch the the path of a file at changeset without using the workspace

I am searching for a .txt file that is located at change set. Then I need to create locally over my pc the full path directory of this file. For example if there a file called"test.txt" that it's located…
Echo
  • 2,959
  • 15
  • 52
  • 65
1
vote
2 answers

How To Delete File From RTC Changeset Using CLI

I'm using the RTC 3.0.1 CLI (lscm) and I have a file checked into a changeset that I would like to delete. There doesn't appear to be a straightforward way to do this, any idea?
MattK
  • 1,431
  • 13
  • 14
1
vote
1 answer

Permanently assign license to a user?

We have a program that synchronizes defects between RTC and another program. To do this, we have a service user in RTC that creates/modifies workitems. But this requires a contributor license and have only a few of those. So is there a way to…
Fredrik
  • 10,626
  • 6
  • 45
  • 81
1
vote
1 answer

"Unexpected line" exception when using component load rules for RTC Jazz build engine

I have a component named MyComponent with the following folder structure in RTC: /MyProject /MyProject/TestFile.txt /MyProject/Folder1 /MyProject/Folder1/loadrules.txt /MyProject/Folder1/TestFile2.txt And this is what I have in my loadrules.txt…
holic87
  • 791
  • 2
  • 17
  • 29
1
vote
2 answers

Use TFSBuild.proj with RTC?

I'm currently trying to migrate an application from Microsoft's TFS to IBM's Rational Team Concert (RTC). The application is currently being built using MSBuild through TeamBuild in TFS with the TFSBuild.proj file. I'm wondering if it's possible to…
holic87
  • 791
  • 2
  • 17
  • 29
0
votes
1 answer

Launching Roo Shell adds all aspect files to change sets

I am currently working on a Spring Roo application. Our Roo version is 1.0.2, our source control system is Jazz Team Server 1.0.0.2 (iFix3), and IDE is a packaged version of Eclipse (SpringSource Tool Suite 2.3.2). I generally fire up the Roo Shell…
DrewCo
  • 954
  • 2
  • 8
  • 20
0
votes
0 answers

OSLC Doors Next Gen

I've been working with OSLC services to communicate Altium Designer and Doors 9.5 between them. Well Doors 9.5 works with DWA to provide OSLC services, that's why the consumer created using Lyo repositories is based on DWA. Now, I need to create a…
m.dorian
  • 489
  • 1
  • 6
  • 24
0
votes
1 answer

IBM Containers and the DevOps Pipeline

Trying to get started with this.. I created an image (Nodejs) and pushed it to Bluemix. In Bluemix, I created a container and this worked. I then created a project in jazz... and used the DevOps pipeline (IBM Container service) to build the app. …
James
  • 1,263
  • 2
  • 12
  • 12
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
2 answers

Change the Jazz ID for a Bluemix account

Some time ago I started to use the Bluemix platform to develop PHP services that were used by a mobile application. After a while, I realized that it would be very useful to have a repository to which I can connect multiple Eclipse IDEs and work on…