How to include a fixed hyperlink in every work item
We have a work item that explains to the users how to fill a new work item.
We would like to include a hyperlink to that work item in every new work item (without having to write it every time).
Is it possible? How can we do it?
We have done some tests with different fields, kinds, types... but all of them were wrong.
Thanks in advance
We would like to include a hyperlink to that work item in every new work item (without having to write it every time).
Is it possible? How can we do it?
We have done some tests with different fields, kinds, types... but all of them were wrong.
Thanks in advance
3 answers
Hi
A possible solution is to create your own presentation and showing the link there. However this involves contributing java and (if you want to use the web/ui) javascript code.
In your case, you would contribute a presentation that does not require an attribute, thus you can not follow the wiki page step-by-step, but it should nevertheless be a good starting point:
https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentations
Regards
Marcel
Jazz Work Item team
A possible solution is to create your own presentation and showing the link there. However this involves contributing java and (if you want to use the web/ui) javascript code.
In your case, you would contribute a presentation that does not require an attribute, thus you can not follow the wiki page step-by-step, but it should nevertheless be a good starting point:
https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentations
Regards
Marcel
Jazz Work Item team