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

Find out the updated attributes in Change Request in RTC

Hi All,

Is there any RTC Java API to find out the updated occured in Change request .

Suppose i have created one CR and updated its attributes,

Now i need to find out those changes in CR  through programatically.(I have created CR programatically)

and I also want to know about its state transaction i.e if i have changes status of CR from Draft to Submitted state .

Please let me know How i can find out the updated in CR using RTC Java API.

Looking for your response.

Thanks In advance.

Monali

0 votes



One answer

Permanent link
Monali,

for a work item you can access modified date and time in queries (attribute modified) and in the API IWorkitem.modified(). there is only the last modification. If you need more details you would have to retrieve the history iterating the work item states, I assume.

IAuditable has the IAuditable .getMergePredecessorState() and the IAuditable.getPredecessorState() operations that could help doing this. I haven't played with it so far.

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

Question asked: Aug 22 '12, 5:52 a.m.

Question was seen: 3,166 times

Last updated: Aug 22 '12, 9:06 a.m.

Confirmation Cancel Confirm