If i have the project id, can i navigate/open the using a url?
I can do that using the project key:
Ex: https://{HOST}/browse/{PROJECT_KEY}
If I do that using the project id:
Ex: https://{HOST}/browse/{PROJECT_ID}
I get an error saying:
Project Does Not Exist
The project or issue you are trying to view does not exist. Try browsing for projects.
Thanks!
@Wobo Welcome the to community!
In Jira, `KEY` is what primarily exposed to users, so all URL are based upon this. For example,
But if you have ID and want to view project issues, you can use JQL or search urls. For examples,
Otherwise as @Sasha suggested REST API is your solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From what I can see a key is the only expected thing in these URLs. I guess if the only thing you have is an ID, you can call `/rest/api/3/project/<ID>` and get key from there (https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-project-projectIdOrKey-get)
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.