The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how can I find jira project by the given projectId?

Vera Valshonok
Contributor
October 25, 2023

how can I find which jira project it is by the given projectId that I have?

4 answers

3 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
Answer accepted
Sushant Verma
Community Champion
October 25, 2023

Hi @Vera Valshonok 

Welcome to the community!

In JQL you can type "project = <project id>" and it will list the issues. From there you can get to the project.

Regards,
Sushant Verma

1 vote
Answer accepted
Marc -Devoteam-
Community Champion
October 25, 2023

Hi @Vera Valshonok 

Or you can use the Jira API

You can use the API call:

https://your-domain.atlassian.net/rest/api/3/project/{projectIdOrKey}, 

Replace {projectIdOrKey} with you projectId

0 votes
Answer accepted
Joseph Chung Yin
Community Champion
October 25, 2023

@Vera Valshonok -

I agreed with both previous members suggested.  The easiest way will be using Issue search UI and switch it to JQL mode and put in "project = <your projectID>".  Where in the resultset, you will see all the issues associated with the projectID in question.

From there you can just click on any of the issues to go into your project.

Hope this also helps.

Best, Joseph Chung Yin

Jira/JSM Functional Lead, Global Technology Applications Team

Viasat Inc.

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Gabriel Rojas
May 17, 2025

1. Project settings

(You need to be a Project Admin.) 

Go to: Project settings > Notifications > Project email audit.

And in the URL, you will find the projectId, e.g.:

issue-logs?projectId=10074

2. API

Also, using the API:

https://yourdomain.atlassian.net/rest/api/latest/project/{projectIdOrKey}
Replace {projectIdOrKey} with your projectkey

Best, Gabriel Rojas

Deckard Technologies

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events