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

how can I read history from RTC workItem jazz

how can I read history from RTC workItem. I want to check some attribute change and its value before and after change form history. By jazz API. how its is possible? Please help .
Tom
  • 132
  • 2
  • 11
3
votes
2 answers

How to get ChangeSet(All files changes) from IWorkItem item by Program

How to get ChangeSet(All files changes) from IWorkItem item by Program. I want a list contains all the files that got change for a RTC. how can I achieve this?
Tom
  • 132
  • 2
  • 11
3
votes
1 answer

discard change set from workspace

I am completely new using RTC so please, I need an answer as simple as possible. I recently accepted a change set from another team member and I need to discard the change set from my workspace. My problem here is that the change set I accepted was…
robasc
  • 307
  • 1
  • 5
  • 15
3
votes
2 answers

Return change set from Outgoing to Unresolved

I checked-in some changes by mistake. Now the changes are in the outgoing changes, but I don't want them to deliver. How can I return them back to the unresolved? If I discard them they vanished from my source code and I lost my work.
HPCS
  • 1,434
  • 13
  • 22
3
votes
1 answer

Get the full path of a file at change set

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

How to create a repository workspace which contains all of the components of a stream using scm tool?

I'm attempting to automate the updating of a file in a stream using 'scm' Here is how I think it should work : Login to the repository as current user (me) Create a new repository workspace which contains all of the components of a given…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
2
votes
2 answers

Why are my normal pending changes recognized as "unresolved" by RTC?

I am connected to a project area, i've loaded my repository workspaces on disk, and am modifying my files in a legit way. My changes are however NOT seen as "outgoing", but as "unresolved". I worked on projects with RTC before, so this situation is…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
2
votes
1 answer

IBM Jazz Team Server: How to retrieve changes from a change set?

I use the REST API to retrieve the change set from a project. I get for example the following response: { "changes": [ { "kind": 2, "item": { "uri": "itemOid\/com.ibm.team.filesystem.FileItem\/_2ItWACJKEeGAaaEbbqTtgw", …
anon
2
votes
1 answer

Question on Build scripts & RTC Build

I have a batch file which is calling CMake which also does some functionality I want to call this batch file for Build. If for some reason, CMake fails and throws error the same is not reported as failure in RTC. If my understanding is correct RTC…
KK99
  • 1,971
  • 7
  • 31
  • 64
2
votes
3 answers

File backing store for Jazz RTC? Database or file based?

We currently use Clearcase for a large number of large projects. We use SQL Server as the file store in the background, and it has eventually reached a point where accessing files is just too slow. Looking at GIT and Mercurial, we see a distributed…
hawkeye
  • 34,745
  • 30
  • 150
  • 304
2
votes
0 answers

Query for status change on particular day

How do I write a query which will allow me to me view all the work items changed to a particular state on a particular day? Example, we have a status field which developers change from "In Progress" to "Retest Ready". I'd like a query which will…
ratsstack
  • 1,012
  • 4
  • 13
  • 32
2
votes
1 answer

Pulling code automatically from remote Jazz server

I work for a development team and they have their source code in a remote jazz server. They have sent me a Team Invite which I have accepted and using Eclipse RTC plugins I am able to pull code in my local machine. I have the below goals to achieve…
majortones
  • 23
  • 3
2
votes
1 answer

Git - Hide part of remote url

I am working on a private repo hosted on IBM-jazz. First, when I wanted to clone this repo, I had to type the following command: git clone https://user_name:password@hub.jazz.net/git/repo_owner/repo_name When doing: git remote show origin It…
Omar Lahlou
  • 1,000
  • 9
  • 33
2
votes
1 answer

Trying to run test script using Rational Quality Manager

Machine : windows 7 Started : RQM command line adapter. When initiated test from RQM , I recieve Exit code 1 on the windows machine on which adapter was on. log file in RQM says: System error 5 has occurred. Access is denied. Bad file…
MikasaAckerman
  • 531
  • 5
  • 17
2
votes
0 answers

How to directly query workitem History in RTC using Java API

I want to get workitems by querying RTC based on workitem's history, after specific date and time. Something like this: IQueryableAttribute recAttr1 = factory.findAttribute(projectArea, IItem.HISTORY_PROPERTY, auditableClient, null…
Neha S
  • 283
  • 1
  • 3
  • 17