It's all about the answers!

Ask a question

how to set "Include All Items" for plan in process template


Joseph Mao (440189) | asked Nov 28 '13, 7:47 a.m.
JAZZ DEVELOPER
In process template, is that possible to use <plan> under <followup-action> to set "Include All Items" to true?
From REST API, the attribute can be set with alwaysLoadAllExecutionItems:true.

How it can be set in, e.g.
<followup-action id="com.ibm.team.apt.service.setUpProject" xmlns="http://com.ibm.team.apt/setUpProject">
   <plans>
     <plan iterationPath="mySampleIteration" name="MyPlan" typeId="com.ibm.team.apt.plantype.release.project"/>
   </plans>
</followup-action>

Accepted answer


permanent link
Sharoon Shetty Kuriyala (55133) | answered Dec 12 '13, 11:09 p.m.
JAZZ DEVELOPER
 Currently the tool does not provide this option. The following enhancement tracks this request - Allow  "Include All Items" setting for specific plan in project initialization (294534)
Joseph Mao selected this answer as the correct answer

Your answer


Register or to post your answer.