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

how to add (associate) a snapshot on a build result

a build was created using a build definition - how can i associate (add or append) a snapshot to a build result? this question occurs because i have some build results and want to create a new repository workspace (or a stream) from an exisiting…
Martin Frank
  • 3,445
  • 1
  • 27
  • 47
1
vote
1 answer

Unable to update custom attribute in RTC via REST API

I'm doing a POC and manually posting an XML block to our RTC server. I've set my content type header to the following: application/x-oslc-cm-change-request+xml In testing I started with trying to amend the title of a ticket i.e. my test…
Sulphy
  • 766
  • 2
  • 9
  • 29
1
vote
3 answers

Querying Jazz RTC Work Items via OSLC

I am able to get workitem if I know the ticket id using following request https://example.com:8081/ccm/oslc/workitems/37702.json. I want to query RTC to get all wrorkitems owned by a gievn user or based on tags. I am using the folllowing query to…
manish
  • 944
  • 2
  • 14
  • 27
1
vote
2 answers

CRJAZ2384E Cannot connect to the repository at URL. Invalid Padding Length

When I try to connect to the Repository from Eclipse, I get the following error, CRJAZ2384E Cannot connect to the repository at URL "https://clm.product.org/ccm", see the nested exception for more details. For more details, open the help system and…
Stalwart
  • 59
  • 4
  • 11
1
vote
1 answer

RTC Jazz Build engine abondons all builds

Today my build eninge (RTC/Jazz build engine) makes trouble - i start a build and it abondons the build: This build has been automatically abandoned by the build engine 'vis1adaBuildEngine'. This can happen if the build engine stops while it is…
Martin Frank
  • 3,445
  • 1
  • 27
  • 47
1
vote
2 answers

sequenced builds in RTC/Jazz

we have some depending builds, and i want to start them all after all... (talking of RTC/Jazz build definition, which are used in RTC/Jazz source control - we use the build-engine from RTC/Jazz) build framework build server [depends on 1.] build…
Martin Frank
  • 3,445
  • 1
  • 27
  • 47
1
vote
2 answers

Setting global properties for RTC Jazz Build definition

I have several Build Definitions in RTC/Jazz and i use a variable to set out DB-Release in various Build Definitions Build-Lib Build-Server-App Build-Run-Test-Server Build-Client-App Build-Run-Test-Client and in all Definitions i use the Property…
Martin Frank
  • 3,445
  • 1
  • 27
  • 47
1
vote
0 answers

sonar blame info from jazz

I am trying to retrieve blame information from our jazz repository. We are building our project with gradle and we want to analyze it with SonarQube. But the scm activity plugin of the SonarRunner gets this exception: 11:27:46.253 WARN - Fail to…
The End
  • 709
  • 3
  • 18
1
vote
3 answers

RTC how to add a log file into a build result

So far I met all preconditions to perform a build, i have - a build user, a build repository workspace - a build server with a running build engine - a build definition (command line) and a lot of build results... When my build is running it…
Martin Frank
  • 3,445
  • 1
  • 27
  • 47
1
vote
2 answers

Has anyone tried to deploy artifacts to Rational Asset Manager

I am experimenting the use of Rational Asset Manager to store our binaries and/or build artifacts. I am running a mvn deploy command to deploy my build artifacts to RAM. Although it recognizes the connection its throwing me a Http status code: 500…
neophyte
  • 53
  • 5
1
vote
1 answer

RTC workspace folder creation

I am getting an error while creating repository workspace folder. It is taking only one folder path in advance setting and when I am creating workspace in some other folder, it does not create it. How would you resolve this?
Dinesh
  • 23
  • 2
  • 7
1
vote
1 answer

how do I authenticate to a Jazz server using pure Javascript?

I am trying to authenticate to the Jazz server using pure Javascript. I am supposed to be able to do a GET onhttps://myserver:9444/qm/authenticated/j_security_check?j_username=foo&j_password=bar . (same behavior on a POST as well) This works fine in…
Ajay Chebbi
  • 171
  • 8
1
vote
1 answer

Jazz scm, update sources

How to update sources using jazz scm. I used this command: lscm load -r "https://rtcserver.com" workspace And it downloaded whole repository into current directory. Unfortunately I don't know how to update sources when there is new code checked-in.…
J33nn
  • 3,034
  • 5
  • 30
  • 46
1
vote
1 answer

RTC : How to handle variants at the component level

i am trying to work out a method to have component level variants in RTC. Requirement is that there should be say at least two lines of development for the component. If there is an bug-fix on the parent line, i need to merge that change into the…
maxmelbin
  • 2,045
  • 3
  • 21
  • 29
1
vote
2 answers

Setting "Discussion" attribute of RTC Work Item

I am trying to set the value of "Discussion" at work item pragmatically. I managed to set the "Description" attribute but when I tried to set the Discussion I got null pointer exception : IWorkItemClient workItemClient=…
Echo
  • 2,959
  • 15
  • 52
  • 65