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

How can I query all work items that have the same owner and approval?

Is this programmatically possible?  i.e. I want to find all work items that have Bob as the both the Owner and the Approver of a work item.

0 votes


Accepted answer

Permanent link
It's possible to do "return all workitems where owner = 'Bob' and approver = 'Bob'.
It's not possible to do "return all workitems where owner = approver".
If the latter use case is the desired one, I suggest to create a custom report that returns such workitems.
S S selected this answer as the correct answer

0 votes

Comments

Yup, was looking for the latter case. Is there anyway to get a resulting column from a query with the name of the approver listed? I.e. query on all work items for any owner but have RTC return the owner for each work item.

sadly, no.. approval data is not displayable/exportable. 


One other answer

Permanent link
 seems pretty straight forward.. if you are looking for 'Bob'

if you are looking for cases where the two userids are identical.. then I don't think you can do that in the query editor.

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,019

Question asked: Mar 19 '14, 10:09 a.m.

Question was seen: 3,993 times

Last updated: Mar 19 '14, 11:27 a.m.

Confirmation Cancel Confirm