It's all about the answers!

Ask a question

Accessing Work items per project area (grouped by state of the workitem)


Pallavi Deore (38134) | asked Oct 03 '19, 8:55 a.m.

Hi Everyone,


I have access all work items per project area using api but now I need to access work item per project area group by state of the work items using java api.
Kindly help me with the solution?


Comments
Luca Martinucci commented Oct 03 '19, 9:25 a.m.
Supposing that you are already familiar with Java API, you can build a query that filters the work items by project area and by status.

Have a look at IQueryableAttributeFactory, IQueryableAttribute, AttributeExpression, IQueryCommon. 

Accepted answer


permanent link
Ulf Arne Bister (1.3k413) | answered Oct 08 '19, 8:35 a.m.

Hi,

please find all required info in this wiki entry: https://jazz.net/wiki/bin/view/Main/QueryDevGuide
If this is helpful please mark the answer accepted.

- Arne

Pallavi Deore selected this answer as the correct answer

Your answer


Register or to post your answer.