It's all about the answers!

Ask a question

How to find all artifacts that one person works on?


Peng Ji (112) | asked Aug 19 '08, 5:46 a.m.
Does anybody know how to get all artifacts (mainly on workitem, code artifact) one specific person works on? Thanks

3 answers



permanent link
Peng Ji (112) | answered Aug 21 '08, 10:04 a.m.
Dears, thanks.

But I want to know how to get the results in program. I'm now writing code to implement this function. Thanks.

permanent link
Jean-Michel Lemieux (2.5k11) | answered Aug 21 '08, 7:59 a.m.
JAZZ DEVELOPER
You can use the change set search feature. Search > Jazz Source Control > Change Sets.
Jean-Michel Lemieux
Jazz Source Control Team

permanent link
Christof Marti (681) | answered Aug 21 '08, 3:25 a.m.
You could set up a work item query with the following conditions for the work items:
- owned by that person
- status is open
- change sets exist (enable links in the conditions dialog to select Change Sets)

Alternatively you could change the status condition to the status being 'In Progress', if that exists in your process configuration.

Christof
Jazz Work Item team


jipeng wrote:
Does anybody know how to get all artifacts (mainly on workitem, code
artifact) one specific person works on? Thanks

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.