Create Links to Process Description
Hello,
I write a thesis in which I evaluate jazz.
To do this I would have the following question:
Can I link e.g. a role in a process template with a role in the non-formal process description?
Or can i link a work item type with a description in the non-formal process description?
For example in the description of the role:
<a> href="attachment:///myprozess.zip?/role/teamleader.htm"> Teamleader </a>
Is something planned, perhaps?
I am grateful for any help
I write a thesis in which I evaluate jazz.
To do this I would have the following question:
Can I link e.g. a role in a process template with a role in the non-formal process description?
Or can i link a work item type with a description in the non-formal process description?
For example in the description of the role:
<a> href="attachment:///myprozess.zip?/role/teamleader.htm"> Teamleader </a>
Is something planned, perhaps?
I am grateful for any help
5 answers
gd, I implemented this using a different way:
I have a project called "template" in my repository.
So I created the workitems planned in this project "template" using the RTC, ok?
In description of these workitems I put link to my process: http://myprocess/task1.htm
So, when creating a new project, I run a plug-in (created using the Jazz API) that clones workitems from the "template" to my new project.
I don't use the "project inicialization" to workitems because it is very simple.
Using my approach I can auto-create workitems filled with many fields and with process links.
I have a project called "template" in my repository.
So I created the workitems planned in this project "template" using the RTC, ok?
In description of these workitems I put link to my process: http://myprocess/task1.htm
So, when creating a new project, I run a plug-in (created using the Jazz API) that clones workitems from the "template" to my new project.
I don't use the "project inicialization" to workitems because it is very simple.
Using my approach I can auto-create workitems filled with many fields and with process links.