How can I get the epic id and Pv id using feature id and story related to that work item. Please help if there is any API for the same
I have some feature ids and i need to get some data related to that. like epic id, pv id, story planned for and many other things. i have found some of the data using this code IWorkItem workItem = workItemClient.findWorkItemById(id, IWorkItem.FULL_PROFILE, monitor);
But there i have found only 2 things. please help is there is any other API to find related data
Accepted answer
Start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
There are a lot of code examples including your snippet in that blog. I created the blog because the answers don't fit here. You need the link API - search the blog for link api, and you need the work item attribute API so search for work item attribute.