It's all about the answers!

Ask a question

Java API to get Depends on work items


Richard Arreola (11) | asked Apr 09 '18, 3:24 p.m.

 I am creating a dependency tree and need to be able to pull the depends on items from a work item, I cant seem to pull items that are listed as a depends on relationship, how would I be able to pull this information with the java API ?

One answer



permanent link
Ulf Arne Bister (1.3k113) | answered Apr 10 '18, 3:58 p.m.

 Hi,


you can find code for e.g. finding work items by reference (link) in Ralph Schoon's blog, i.e. https://rsjazz.wordpress.com/2012/09/19/the-rtc-workitem-link-api-linking-workitems-to-other-elements/

If this answers your question please mark this as accepted.

- Arne


Comments
Richard Arreola commented Apr 11 '18, 12:00 p.m.

 I used this code to get the work items from my TBI. The issue is I can not pull the 'depends on' work items that are listed under the work items that I get from my TBI. 

Your answer


Register or to post your answer.