how to set "Include All Items" for plan in process template
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
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
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.