It's all about the answers!

Ask a question

any commandline tools to pull a release plan?


sam detweiler (12.5k6195201) | asked Aug 07 '12, 11:29 a.m.
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



permanent link
Ralph Schoon (63.1k33645) | 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


Register or to post your answer.