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

How to get History data of workitem using RTC Java API

Basically I want to read History of workitem to identify whether the workitem is being modified (I am aware that I can use modifiedDate to query records but it is not considering timestamp. Details How to get workitem based on modified date and time…
Neha S
  • 283
  • 1
  • 3
  • 17
2
votes
1 answer

How to get workitem based on modified date and time using RTC Java API

I want to query RTC with modified date. My query is to check modified date is same as given date and time but the response that I am getting is based on given date and it is ignoring time. Response: Queried Date: 08/07/2015 15:44:09 Id: 2583…
Neha S
  • 283
  • 1
  • 3
  • 17
2
votes
1 answer

Java - Rational Team Concert - Load more than one stream workspace at same time

We have a project in RTC with 2 streams: PROJECT-MAIN (component src) - ear - web - ejb PROJECT-RELEASE-1.0.0 (component src) - ear - web - ejb We loaded the PROJECT-MAIN and in the package explorer Eclipse displays the projects as…
Denny
  • 97
  • 7
2
votes
0 answers

How to use maven-release-plugin with 2 branches

I'm trying to determine if there is a way to use the maven-release-plugin with my SCM setup. The way that the SCM is setup is that there are 2 long living branches - a development branch (DEV) and an Integration branch (INT). I'm using JazzRTC as…
Eric B.
  • 23,425
  • 50
  • 169
  • 316
2
votes
0 answers

Getting filtered list of Changesets based on date in jazz

Got up with a new issue, I want to retrieve the filtered list of changesets from jazz based on date, as I got to know OSLC interface does'nt support SCM functionality. So is there any other way to do it. Thanks in advance Note: Im not using java…
Muzammil Shareef
  • 199
  • 1
  • 11
2
votes
1 answer

IBM RTC logfile in email notification

I am using IBM RTC 4.0.5. Is there a way to add a logfile to a RTC build email notification? I do not find any hints in the build definition tabs.
2
votes
1 answer

RTC/Jazz SCM create multiple Change Sets

i have a repository workspace and i did changes on many components... ...now how can i create change sets for all components? as you can see above there are three components, which have unresolved changes. so i must create three change sets, one…
Martin Frank
  • 3,445
  • 1
  • 27
  • 47
2
votes
2 answers

Has anyone tried using Mvn Deploy to deploy to Rational Team Concert

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

Using RTC Eclipse client with Eclipse for RCP/Plug-in Developers

I want to use a RTC Eclipse Client with my Eclipse for RCP/Plug-in Developers. How can I do that? I tried to use the p2 install version of RTC Eclipse client 3.0.1 but when I use the Eclipse Update Manager, I get the following error: WST XML Core…
anon
1
vote
2 answers

How to retrieve all project areas from a Java Team Server?

I installed a local Java Team Server, version 3.0.1. I'm trying to use the REST web services to retrieve all the project areas. For that I first authenticated myself: public HttpContext login() throws ClientProtocolException, IOException { …
anon
1
vote
1 answer

What is the best approach to implement an RTC build for WebSphere

I would like to utilize the RTC (v2.x) build for Java EE projects created in RAD (v8) and deploy them on WebSphere (v7). Independently of RTC build i am able to create all sorts of ant scripts and jython scripts to perform automated tasks. The…
JStefan
  • 13
  • 4
1
vote
2 answers

How to load a snapshot in Jazz source control?

So Jazz source control lets you snapshot a repository workspace. But how would I load a particular snapshot of a workspace on the command line? Doesn't seem like a lot of point to a snapshot if I can't load the project as it was at that point in…
brabster
  • 42,504
  • 27
  • 146
  • 186
1
vote
1 answer

Maven scm:checkin "Resource is out of sync with the file system:" error

I'm trying to get the Maven release plugin working with a Jazz.net source control system and Rational Application Developer (RAD, based on Eclipse), but I seem to have run into a catch-22 - I expect I've misunderstood something. So - I'm working on…
brabster
  • 42,504
  • 27
  • 146
  • 186
1
vote
1 answer

RTC Jazz user authentication logs

How can I know how many users have logged in the IBM Rational Team Concert(RTC) in the last 3 months and RTC is hosted on IBM websphere? Our RTC is integrated with the Active directory for user authentication.
dojox
  • 41
  • 6
1
vote
1 answer

Export unresolved list in RTC as a text document

I am using RTC with visual studio 2013. After I refreshes changes I get a list of files as unresolved. Is there any way by which I can save/export these file names as a text file.