How to create hyperlink in the field of Work Items.
I tried to upload my Process Content and I can use the link from Process Content URL (clicking on Project Name with hyperlink on Process Description field) after I created new project.
Moreover, I would like to create hyperlink URL to my Process Content in Description field of each Work Items (or other field if it's possible) in Process Specification.
Please tell me how to do or other document that I can read more.
Moreover, I would like to create hyperlink URL to my Process Content in Description field of each Work Items (or other field if it's possible) in Process Specification.
Please tell me how to do or other document that I can read more.
2 answers
sutthi wrote:
This is currently not supported. The process description you add to a
process template is a zipped up web site. We don't process the zip file.
When the user clicks on the link the client fetches the zip and locally
unzips it into temp space. The temporary file URL is then opened in a
browser. In order to support your use case the server needs to
understand the zip file and to serve individual pages out of it to the
requesting client. Pls file an enhancement request using the 'Process'
category.
Kai
I tried to upload my Process Content and I can use the link from
Process Content URL (clicking on Project Name with hyperlink on
Process Description field) after I created new project.
Moreover, I would like to create hyperlink URL to my Process Content
in Description field of each Work Items (or other field if it's
possible) in Process Specification.
Please tell me how to do or other document that I can read more.
This is currently not supported. The process description you add to a
process template is a zipped up web site. We don't process the zip file.
When the user clicks on the link the client fetches the zip and locally
unzips it into temp space. The temporary file URL is then opened in a
browser. In order to support your use case the server needs to
understand the zip file and to serve individual pages out of it to the
requesting client. Pls file an enhancement request using the 'Process'
category.
Kai
Hi Kai,
Thanks for your quickly reply.
I think Jazz doesn't need to know the details in the zip file. I will provide the URL for each work item such as
/HTML/workItem.html?id=0123456789 and id is provided by me.
But I wonder how to know the root path of Process Content URL, is there any global variable?
This is currently not supported. The process description you add to a
process template is a zipped up web site. We don't process the zip file.
When the user clicks on the link the client fetches the zip and locally
unzips it into temp space. The temporary file URL is then opened in a
browser. In order to support your use case the server needs to
understand the zip file and to serve individual pages out of it to the
requesting client. Pls file an enhancement request using the 'Process'
category.
Kai
Thanks for your quickly reply.
I think Jazz doesn't need to know the details in the zip file. I will provide the URL for each work item such as
/HTML/workItem.html?id=0123456789 and id is provided by me.
But I wonder how to know the root path of Process Content URL, is there any global variable?
sutthi wrote:
I tried to upload my Process Content and I can use the link from
Process Content URL (clicking on Project Name with hyperlink on
Process Description field) after I created new project.
Moreover, I would like to create hyperlink URL to my Process Content
in Description field of each Work Items (or other field if it's
possible) in Process Specification.
Please tell me how to do or other document that I can read more.
This is currently not supported. The process description you add to a
process template is a zipped up web site. We don't process the zip file.
When the user clicks on the link the client fetches the zip and locally
unzips it into temp space. The temporary file URL is then opened in a
browser. In order to support your use case the server needs to
understand the zip file and to serve individual pages out of it to the
requesting client. Pls file an enhancement request using the 'Process'
category.
Kai