What is contained in RTC project template?
Hi,
we are currently using RTC 4.0.5.
We would like to use project templates to manage our different processes (by creating a master project out of it and then sharing its process). What we do not know right now is that if I create a template out of an existing project what information,data is contained in the project template and what is left of that when I create a project out of the template?
Is it only the process configuration? What about the custom pics, timelines, iterations, ...?
we are currently using RTC 4.0.5.
We would like to use project templates to manage our different processes (by creating a master project out of it and then sharing its process). What we do not know right now is that if I create a template out of an existing project what information,data is contained in the project template and what is left of that when I create a project out of the template?
Is it only the process configuration? What about the custom pics, timelines, iterations, ...?
3 answers
Hi Marko,
What is saved:
- Workflow
- Work item types
- Custom attributes
- Calculated values with scripts
- Process roles
- Plan view customizations
- Preconditions and follow-up actions
Basically everything that can be set up in "Process Configuration" tab.
What is not saved
- Categories
- Team Areas
- Iterations / releases
- SCM content (streams, repository workspaces)
- work item queries
However, you can define certain actions to automatically create iterations, streams etc. during project initialization.
What is saved:
- Workflow
- Work item types
- Custom attributes
- Calculated values with scripts
- Process roles
- Plan view customizations
- Preconditions and follow-up actions
Basically everything that can be set up in "Process Configuration" tab.
What is not saved
- Categories
- Team Areas
- Iterations / releases
- SCM content (streams, repository workspaces)
- work item queries
However, you can define certain actions to automatically create iterations, streams etc. during project initialization.
Is it really correct that WI queries and iterations are not stored?
In the documentation following the above link it says something different (related to iterations).
And if I create a project using the SCRUM template there are a lot of queries. Or are you talking about "non-default" queries.
In the documentation following the above link it says something different (related to iterations).
And if I create a project using the SCRUM template there are a lot of queries. Or are you talking about "non-default" queries.
Comments
1 vote