It's all about the answers!

Ask a question

Delete iteration in RTC


Daniel Wolf (825) | asked Oct 10 '14, 6:22 a.m.

Hello,

Is there any possibility to delete timelines and iterations in RTC 5.0? We have the problem that we created iterations in our template project that we do not want to have in new created projects. I could just find an option to archive the iterations, but even if they are archived they are created in the new projects.

 I checked also if I can delete it via Eclipse, but also without success. The delete button in Eclipse will only archive the iteration.

Is it maybe possible to delete it on database level?

One answer



permanent link
Eric Jodet (6.3k5111120) | answered Oct 10 '14, 7:21 a.m.
JAZZ DEVELOPER
 Hello Daniel,
you may customize timelines and iterations settings in your Process Template,
by using RTC Eclipse Client - open your template - and set timelines and iterations
on the Timelines Source tab:

Hope it helps,
Eric


Comments
Geoffrey Clemm commented Oct 11 '14, 11:29 p.m. | edited Oct 11 '14, 11:33 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

And keep in mind that changing values of a process template will only affect project areas that are subsequently instantiated from that process template, but will have have no effect on existing database objects, or on process areas that have already been instantiated from that process template.
In particular, to my knowledge, you can only archive existing iterations ... you cannot delete them from the database.   I assume this is to ensure that database objects that still refer to that iteration do not end up with a dangling pointer.  


Daniel Wolf commented Oct 16 '14, 3:18 a.m. | edited Oct 24 '14, 12:55 a.m.

Thanks for your fast reply. This could help. I have only some additional questions:

1. Do I have to delete the iterations in the process template always again if I update the template based on our template project?

2. Can I just deleted the lines for the iterations like shown below or are there any dependencies?

            <iteration has-deliverable="true" id="Release SW_00.01" name="Release SW_00.0X">
                <iteration has-deliverable="true" id="Release SW_00.01" name="Release SW_00.01"/>
                <iteration has-deliverable="true" id="Release SW_00.02" name="Release SW_00.02"/>
                <iteration has-deliverable="true" id="Release SW_00.03" name="Release SW_00.03"/>
                <iteration has-deliverable="true" id="Release SW_00.01 (1)" name="Release SW_00.01"/>
                <iteration has-deliverable="true" id="Release SW_00.02 (1)" name="Release SW_00.02"/>
                <iteration has-deliverable="true" id="Release SW_00.03 (1)" name="Release SW_00.03"/>

3. What dose the flag "has-deliverable" mean? Is it related to the releases?


Eric Jodet commented Oct 16 '14, 3:57 a.m.
JAZZ DEVELOPER

 Hello Daniel,

not sure I understand Q1

A2: yes - no dependency

A3: "has-deliverable" means "a release is scheduled for this iteration"

Eric


Daniel Wolf commented Oct 16 '14, 4:22 a.m.

Hello Eric,

I will try to explain Q1 more specific.
As I understood the process template is created based on a reference project. In our case the reference project it is called "Project_template". In RTC of this Project_template we created iterations by mistake that I do not want to have in new created projects. As you mentioned before this is not possible directly in the reference project. So I will delete it in the process template. The problem I see is that the iterations are still available in our reference project. So if we have to update the configuration of the reference project by any reason then we also have to update the process configuration to get the changes of the reference project. In this case I expect the iterations from the reference project will be again in the process template and I have to delete them again. Am I right or is my understanding of the process template wrong?

Daniel


Geoffrey Clemm commented Oct 24 '14, 1:06 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

The only connection between contents of the process template and the contents of the project area it was created from is that the process template is initialized from the contents of that project area.   After the process template is created, there is no longer any connection between the contents of the process template and the contents of that project area.  So in particular, adding and archiving iterations in that project area has no effect on the iterations in the process template, and conversely, adding or removing iterations in a process template has no effect on any existing project area (including the project area from which the template was created, and any project area that was initialized by that template).

Your answer


Register or to post your answer.