It's all about the answers!

Ask a question

Find out the updated attributes in Change Request in RTC


Monali Jambhulkar (8411844) | asked Aug 22 '12, 5:52 a.m.

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

One answer



permanent link
Ralph Schoon (63.3k33646) | answered Aug 22 '12, 8:57 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Aug 22 '12, 9:06 a.m.
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.

Your answer


Register or 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.