Welcome to the Jazz Community Forum
Is it possible to shorten the URL of Jazz tools?

This is the URL sample of RTC and RQM, is it possible to shorten the URL?
Test plan:
https://jzclm/qm/web/console/project123#action=com.ibm.rqm.planning.home.actionDispatcher&subAction=viewTestPlan&id=29
Work item:
https://jzclm/ccm/web/projects/project456#action=com.ibm.team.workitem.viewWorkItem&id=48714
One answer

The URL that you have mentioned is pointing to specific testplan in RQM and specific workitem in RTC.
This is the standard way a call is generated to retrieve the artifacts.
You may share only the server address with the user :
Example:
https://jzclm/qm/web/console/project123
and ask them to open testplan 29
https://jzclm/ccm/web/projects/project456
and ask them to open workitem 48714
Hope this helps!!
Regards
Rajat
This is the standard way a call is generated to retrieve the artifacts.
You may share only the server address with the user :
Example:
https://jzclm/qm/web/console/project123
and ask them to open testplan 29
https://jzclm/ccm/web/projects/project456
and ask them to open workitem 48714
Hope this helps!!
Regards
Rajat
Comments
Donald Nong
Aug 18 '14, 2:32 a.m.Which part of the URL that you would like to shorten and why?
dennys hsieh
Aug 18 '14, 2:42 a.m.https://confluence.atlassian.com/display/DOC/Working+with+Page+Layouts+and+Columns+and+Sections
Donald Nong
Aug 18 '14, 10:04 p.m.I don't think Jazz comes with URL shortening service like that. You may consider incorporating a URL shortening service into your integration if you have to.