I want to view the issue using the unique issue id.
I tried this link : https://hackerrank.atlassian.net/secure/ViewIssue.jspa?id=24989
But this link doesn't work.
I want the unique link of an issue that does not change when the issue is moved to another project.
It's <base url>/browse/Issuekey - the issue ID is not really for humans and isn't exposed in the urls.
This is the unique link for an issue based on issue-id :
https://jira.atlassian.com/rest/api/2/issue/769698
I want the URL that is not a REST API link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There isn't one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any unique link of an issue that does not change when the issue is moved to another project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, the original issue key as created. Jira retains the information that you moved it and takes people landing there to the new issue.
If, for example, you create ABC-123, the url is <jira base>/browse/ABC-123 . You move it to project DEF and it gets numbered 456. <jira base>/browse/DEF-456 is the new direct url for it, but landing on <jira base>/browse/ABC-123 will take you to <jira base>/browse/DEF-456 as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorted it for me too. thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Look in the development panel in the issue view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
See above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
<base url>/issues/?jql=id=<issue ID> should work (as of June 2019)
example:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think so since the question is about using the "issue ID" not the "issue key" as the original answer said.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks to @long nguyen, I solved an issue where I only have stored "issue ID"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.