Easy Tech Tuts
Jira

How to Find a Jira Project ID

By Impran M N

The project ID is different from the project key you see in issue numbers, and you'll often need it for API calls or automation setup. This guide shows a couple of quick ways to find it inside Jira.

01Open the project's settings

Navigate to the project and open its settings page from the sidebar.

02Check the URL

Look at the browser's URL bar; the project ID often appears as a number in the settings page address.

03Use the project details or summary page

Some project overview pages display the ID directly alongside the project key and name.

04Try the REST API as a fallback

If it's not visible in the UI, query the project through Jira's REST API, which returns the ID in the response.

FAQ

Frequently asked questions

Is the project ID the same as the project key?

No, the project key is the short letter prefix used in issue numbers, while the project ID is a separate internal number.

Why would I need the project ID instead of the key?

Many automation rules, API calls, and integrations require the numeric ID rather than the human-readable key.

Can the project ID change over time?

No, once assigned, a project's ID stays fixed even if the project key or name is later changed.

Do I need admin access to view the project ID?

Not always, though some methods like checking project settings may require at least project administrator access.

Watch the full walkthrough

The same steps, demonstrated on screen from start to finish.