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

How to get the modified list of dates of an ATTRIBUTE using Plain Java APIs?

Hi Anyone,

Using Plain Java APIs, I would need to create a Generic report having modified dates[states] of an attribute in workitem.

Example:

I have the fields to be filled for a query,

Type: TASK

Attribute [Custom/built-in]: Owned By

Attribute modified [after/before/on] :  after 10-NOV-2014

Do you have an idea of getting Modified dates or states of a specific field/attribute present in the workitem?

Thanks in Advance !!!

0 votes



2 answers

Permanent link
I am not aware of a plain java api.. there is a Reportable REST api that can get the history from a project area
see the accepted answer here
https://jazz.net/forum/questions/149119/is-it-possible-to-access-work-item-history-via-plain-java-api-or-oslc

0 votes

Comments

Thanks Sam.

Any others aware of it?

Can you please help on this need?


Permanent link
The history is constructed. You could look into the SDK and search for it.
I have not tried this yet, however any IAuditable can have up to two predecessors which you can access using getPredecessorState() and getMergePredecessorState(). You could try to go that route.

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
× 4

Question asked: Dec 11 '14, 8:31 a.m.

Question was seen: 4,574 times

Last updated: Dec 12 '14, 5:33 a.m.

Confirmation Cancel Confirm