Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Automatic re-creation of archived iterations

 I'm creating a new process template based on my current RTC project. Here I have a few archived iterations the 'active' ones that I want for every new project based on the template.

When I export my project to a new process template and create a new RTC project based on that template the achieved iterations get into a non-archived state again (and plans are created for these)

Is this expected behavior? Any way I can prevent this from happening?

I'd like to get the archived iterations removed permanently if possible as they serve no purpose for new projects.

Thanks!

0 votes


Accepted answer

Permanent link
 Hello Peter,
I guess you're facing a limitation that should be addressed by Do not include archived iterations in a process template created from a project area (86120)

To overcome this, once your process template is created, open it, go to timelines tab.
Modify the XML to fit your needs.

Sample content:
<process-state xmlns="http://com.ibm.team.process">
    <timeline id="development" name="Main Development" projectTimeline="true">
        <iteration has-deliverable="true" id="1.0" name="Release 1.0">
            <iteration current="true" has-deliverable="true" id="1.0 S1" name="Sprint 1 (1.0)"/>
            <iteration has-deliverable="true" id="1.0 S2" name="Sprint 2 (1.0)"/>
        </iteration>
        <iteration has-deliverable="true" id="backlog" name="Backlog">
            <iteration has-deliverable="true" id="iter1" name="iter1"/>
        </iteration>
    </timeline>
    <timeline id="iter2" name="iter2">
        <iteration has-deliverable="true" id="iter2" name="iter2"/>
    </timeline>
</process-state>

Once satisfied with hierarchy, proceed with PA creation.

Hope it helps,
Eric
Peter Asp selected this answer as the correct answer

1 vote

Comments

Thank you Eric, that worked fine! 

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,132

Question asked: Jun 23 '14, 9:30 a.m.

Question was seen: 3,883 times

Last updated: Jun 24 '14, 7:48 a.m.

Confirmation Cancel Confirm