How to get the URL of a workitem ?
Accepted answer
Comments
HI Anup,
Thanks for your suggestion.
I have constructed the URL. But what format should I be following to make sure that only text is visible but not link?
I mean to say like this: My link
Only "My Link" should be visible and it carries google search link. In Jira it is achieved by writing the hyperlink as [My Link|https://www.google.com]. How do we do it in rtc ?
Regards,
Arshad
And what is the implemetation of getPublicRepositoryURL() ..?
Hi Arshad,
Hi Anup,
I want to add it in Summary and description field.
<a href..../> anchor tag doesn't work here.
Do you have any suggestions ?
Regards,
Arshad
Arshad : And what is the implemetation of getPublicRepositoryURL() ..?
One other answer
You can construct (one of the URI forms) if you have the ID. It is on my system for a work item with ID 43:
https://clm.example.com:9443/ccm/resource/itemName/com.ibm.team.workitem.WorkItem/43
Replace the 43 at the end by your ID and make sure to replace the first part of the url (up to ccm) with the public UIR Root of your system.
If this does not answer your question, please ask a more precise question.
Comments
HI Ralph,
Thanks for your suggestion.
I have constructed the URL. But what format should I be following to make sure that only text is visible but not link?
I mean to say like this: My link
Only "My Link" should be visible and it carries google search link. In Jira it is achieved by writing the hyperlink as [My Link|https://www.google.com]. How do we do it in rtc ?
Regards,
Arshad