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

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
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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.

0 votes
Gabriel Rojas
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events