How to find all artifacts that one person works on?
![]()
Does anybody know how to get all artifacts (mainly on workitem, code artifact) one specific person works on? Thanks
|
3 answers
![]()
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 |
![]()
You can use the change set search feature. Search > Jazz Source Control > Change Sets.
Jean-Michel Lemieux Jazz Source Control Team |
![]()
Dears, thanks.
But I want to know how to get the results in program. I'm now writing code to implement this function. Thanks. |