any commandline tools to pull a release plan?
I want to setup a repeatable test scenario, using a defined plan in a special project just for this purpose.
anyone have any curl or other tool samples for accessing plan workitem lists thanks.. |
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Aug 13 '12, 7:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi Sam,
I am not sure the Plan API allows to access its query, at least I haven't tried that yet. However the plan actually selects the work items owned by the plan owner (and potentially nested teams) and filed against the selected iteration (and nested sub iterations). The release plan only shows Plan items, so execution items are filtered out. You could basically define a query and pull the data out. Comments
sam detweiler
commented Aug 13 '12, 7:44 a.m.
thanks.. the issue is that the query runs 10-100 times faster than the plan view pull. we are trying to setup a repeatable testcase of the web pull so we can start to see where the time is being spent. |
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.