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
Rinkal Garg (17●2●9)
| asked Mar 15 '18, 6:58 a.m.
edited Mar 15 '18, 8:16 a.m. by Ralph Schoon (63.5k●3●36●46) 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
Ralph Schoon (63.5k●3●36●46)
| answered Mar 15 '18, 7:07 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
Rinkal Garg selected this answer as the correct answer
Comments
Rinkal Garg
commented Mar 15 '18, 7:16 a.m.
Can you please help me to find only one like how can I find the epic Id, rest i will find out. Thanks for your quick response
Ralph Schoon
commented Mar 15 '18, 8:14 a.m.
| edited Mar 15 '18, 8:15 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
In short, you
Rinkal Garg
commented Mar 17 '18, 5:02 a.m.
ok tysm Ralph. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.