Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC Queries Web version on History

 Is there any way to run a query on the "History" for each work item?   We would like to get the exact modification that was done on a work item without going to the work item to get the details.  

0 votes

Comments

I just want to make sure I understand clearly what you're asking for. What you would like is a way to display just the history of a work item without opening the work item itself?



2 answers

Permanent link
Hello Robin,

I think https://jazz.net/forum/questions/82966/does-rtc-provide-query-creationmodification-history might be useful. Please have a look and let us know if you find if helpful.

Regards,
DH

1 vote


Permanent link
I'm not sure this is strictly what you're after but a REST call such as:

https://SERVER:PORT/CONTEXT/rpt/repository/workitem?fields=workitem/workItem[id=REPLACE WITH VALID ID]/(itemHistory/*)

will return all history of a workitem.  To determine what specifically changed between "versions" you could extract and compare the contents of each "itemHistory" tag.

This sounds harder than just going to the UI and checking the History there.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,014
× 1,699
× 201

Question asked: Oct 04 '13, 10:53 a.m.

Question was seen: 5,781 times

Last updated: Oct 08 '13, 9:51 a.m.

Related questions
Confirmation Cancel Confirm