Query to fetch related work items filed against specific team
Hi,
How to create a RTC query that can fetch only the stories that have related work items filed against a specific team? For example, the development team creates stories for a release. Other teams such as documentation or testing teams add related work items to the stories. I want to fetch only the stories that have related work items filed against doc.
Comments
Krzysztof Kaźmierczyk
Aug 11 '14, 7:44 a.m.Hi Attaullah,
I haven't found any option. You can create new enhancement for that on https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.newWorkItem&type=enhancement
Susan Hanson
Aug 11 '14, 8:14 a.m.Yea, so there are some issues with Queries when it comes to multiple "other" work items.
For example, in the query builder, you can do Type is Story and Related>Filed Against is Doc. (The Related is available if you select the checkbox in the Condition Selector called "show links").
However, there are some interesting characteristics around "all must match" or "any can match" that you'll have to play around with to see if it meets your criteria.