Dear all,
I'm looking for the project_id of my projects in order to configure it in a Jira_Orchestration outside (in another tool, using Jira Orch plug-in). In the Jira Orch, i need to provide the "project_id"but this info is not visible in Jira settings project page. May be i'm wrong ? :)
How can i get this in fo ?
Thank for your help
Hi @Thierry PELERIN
Welcome to the community!
Hope this doc will help you : https://confluence.atlassian.com/jirakb/how-to-get-project-id-from-the-jira-user-interface-827341414.html
Regards,
Sushant Verma
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.
@ayesha ali Welcome to the community!
There are many ways to find the Project ID (PID) of your projects.
First one :
This doc will help you : https://confluence.atlassian.com/jirakb/how-to-get-project-id-from-the-jira-user-interface-827341414.html
Other way :
Go to project details, on your browse link, you will see the project Id :
Another way :
You can even put your projectkey in the end of your url, to see only one project like:
yourdomain.atlassian.net/rest/api/2/project/projectKey
Hope it clarifies !
Regards,
Sushant Verma
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.
Call de API
yourdomain.atlassian.net/rest/api/2/project
and you will see all the list of projects, IDs in your instance.
;)
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.
Yeah, this is the best way like Juan have show in. You can even put your projectkey in the end of your url, to see only one project like:
yourdomain.atlassian.net/rest/api/2/project/projectKey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Przemyslaw Wesolka Not really because not every one is technical enough to use REST API calls and some users may not like to see the JSON result shown :) not so friendly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok. You are right, but I thougt everybody who is an administrator, can also load this url and read this reponses :)
Thanks for your response :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
When on the Details page in your project settings, you should be able to see the Project ID in the URL search bar.
It should be at the end after "pid"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The URL does not contain the Project ID, here is what I see.
Any idea on how to find it that's not by API?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Thierry PELERIN go to project details, on your browse link, you will see the project Id
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The URL does not contain the Project ID, here is what I see.
Any idea on how to find it that's not by API?
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.