Good Day All
In the past I was able to find the Project ID on the back of the Project URL when clicking on the Details tab under Project Settings.
When I try to get the ID today (16Feb2024), this is not reflecting there.
How else can I get the Project ID?
Hey @Robin Stemmers,
You can find the project id by accessing the following URL:
yourdomain.atlassian.net/rest/api/latest/project/projectkey
This will provide the project id in the parameter "self".
Hi
I got an error message:
{"errorMessages":["No project could be found with key 'projectkey'."],"errors":{}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When i removed the section /projectkey, i am able to find all the projects with their IDs.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Robin Stemmers, replace 'projectkey' with your project key.
For example, if you have a project with the key HELPDESK, open URL 'yourdomain.atlassian.net/rest/api/latest/project/HELPDESK' to find out its id.
And you're right. To browse all project id, open this:
yourdomain.atlassian.net/rest/api/latest/project
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.