How do I find out what works items I have delivered against?
![](http://jazz.net/_images/myphoto/046b4e301221d2436aa50a0ad6b03090.jpg)
Is it possible to create an RTC query that will find all the work items that I have delivered work against?
Looking at the work items, I can see that there is a 'change sets' list on the Links tab.
If I manually open each of the change sets, I can identify which were delivered by me.
The RTC query builder, however, only appears to be able to check if change sets exist or not.
One answer
![](http://jazz.net/_images/myphoto/046b4e301221d2436aa50a0ad6b03090.jpg)
Looks like the traceability is directed from work item to changeset and not the other way around.
You can see all changesets associated with a work item (using Eclipse client or CLI) but finding workitem if you have the changeset is not straight forward.
You can possibly consider the work items first and then list the changesets. Then you can compare them against the changeset you are interested in.
You can see all changesets associated with a work item (using Eclipse client or CLI) but finding workitem if you have the changeset is not straight forward.
You can possibly consider the work items first and then list the changesets. Then you can compare them against the changeset you are interested in.