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
13
votes
2 answers

c# - WebRequest HTTP POST with Cookie (port from curl script)

The IBM RTC RESTful api gives an example of a shell script for authenticating with the server: COOKIES=./cookies.txt USER=my_user PASSWORD=my_password HOST="https://myJazzServer:9092/jazz" curl -k -c $COOKIES "$HOST/authenticated/identity" curl…
Paul Creasey
  • 28,321
  • 10
  • 54
  • 90
6
votes
1 answer

RTC/Jazz : what does "load a repository workspace" mean?

I'm new to Jazz/RTC, IBM's source control/project management/uber-bug tracker. Our projects have used CVS/SVN/Git for years so I am very familiar with scm concepts and practices (branches, merging, tagging, fetch, merge ,push, etc). Alas, at this…
user331465
  • 2,984
  • 13
  • 47
  • 77
5
votes
1 answer

how to use Maven with jazz RTC?

I am using maven with subversion and clearcase for more than 4 years. My new project is in Jazz RTC with Ant as a build tool. I want to move from Ant to Maven2 or Maven3. I am new to Jazz RTC. Please guide me on how to use Maven with Jazz RTC?
user237673
4
votes
1 answer

Export version control info and history from RTC Jazz

We have a RTC Jazz server running with about 2 years worth of source control commits, which is running the Jazz versioning system (i.e. not backed by a 3rd party source control system but rather the standalone DB install). We want to move it to a…
Dominic
  • 1,294
  • 1
  • 15
  • 29
4
votes
1 answer

comparing two baselines in RTC/Jazz with plain java

I try to compare two snapshots from one stream programamtically in plain java... Step 1: getting my stream (working) IWorkspaceConnection stream = null; List list = RtcAdapter.inst().getStreams(); //my library for…
Martin Frank
  • 3,445
  • 1
  • 27
  • 47
4
votes
2 answers

how to get Original logged version of a RTC workitem

how to get Original logged version value of a RTC workitem. not the current version but the original version against which RTC item is logged. Suppose current version is 2.0 but the original RTC item is logged against 1.0 . I need the last value…
Tom
  • 41
  • 3
4
votes
1 answer

Resolve path of IVersionableHandle in RTC

How to get path of file which isn't in newest version but is a part of previous changelist in RTC scm. All I could achieve so far is this: IFileItemHandle fileItemHandle = (IFileItemHandle)…
J33nn
  • 3,034
  • 5
  • 30
  • 46
3
votes
0 answers

Jazz Rest Service: Retrieve the folder name of a change set?

I retrieved the following changeset: { "changes": [ { "kind": 10, "item": { "uri": "itemOid\/com.ibm.team.filesystem.FileItem\/_2ItWACJKEeGAaaEbbqTtgw", "itemId": "_2ItWACJKEeGAaaEbbqTtgw", …
anon
3
votes
2 answers

Jazz SCM Continuous Integration - build stream vs. workspace?

I am in the process of setting up a continuous integration build for a Spring Roo application using the Rational Team Concert (RTC) IDE and Jazz build engine. When setting up the build definition, the Build Workspace field on the Jazz Source…
DrewCo
  • 954
  • 2
  • 8
  • 20
3
votes
1 answer

What are .jazzignore files?

I see .jazzignore files in my eclipse and I know I am using RTC, but I know neither of them. Can any one explain what does it actually mean ?
vamshi
  • 33
  • 1
  • 5
3
votes
1 answer

RTC ignore specific lines in source

I have a project that generates JavaScript files. I'll like to add date and time for when these files where generated. But i want RTC to ignore these lines. How do i do that?
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
3 answers

Eclipse .jazzlock save could not be completed

Eclipse loaded fine and was able to make any changes I could, but suddenly When I try to make change and save a file I get the following error: Save could not be completed. try file > Save as... if the problem persists Reason: Unable to lock file…
fscore
  • 2,567
  • 7
  • 40
  • 74
3
votes
1 answer

IBM Jazz Team Server: Getting Changes from Changeset using OSLC

I am using the following query to retrieve the Changeset. OSCL Query: https://ibm.com:9443/ccm/resource/itemOid/com.ibm.team.scm.ChangeSet/_HFxrmiEbEeS7m-qENunxUw?_mediaType=text/xml Getting the following response:
user2530633
  • 393
  • 3
  • 6
1
2 3 4 5 6