I'm using the Rally REST API to integrate user story data from Rally into another application. I have no trouble retrieving the user story data from Rally, however, I would like to provide a hyperlink for the users of the other application to click on to go to that user story within the Rally GUI (not using any API's).
For example, the URL for a user story using the REST API is something like:
https://www.rallydev.com/slm/webservice/1.30/hierarchicalrequirement/{ID}
whereas the URL that a user would use to view that story within Rally is something like:
https://www.rallydev.com/#/{ProjectID}d/detail/userstory/{ID}
Is there a way to get the GUI URL of a user story (the URL that an end user of Rally would use) from the REST API?