Forums

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

Can some one will help me out how to check the Issue Id for the issue

Sreenadh
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.
March 2, 2023

Hi,

Can some one will help me out how to check the Issue Id for the issue.

Please provide me the steps to navigate the same.

Thanks,

2 answers

2 accepted

3 votes
Answer accepted
Joseph Chung Yin
Community Champion
March 2, 2023

@Sreenadh -

You can obtain the issue ID by using REST API call -

Here is the syntax - https://<your instance site>.atlassian.net/rest/api/latest/issue/<your issue key>

Example - https://acme.atlassian.net/rest/api/latest/issue/ACME-111

Your will get the issue content results in a JSON format.  The first section of the output will give you the issue ID

Example output -

{
"expand": "renderedFields,names,schema,operations,editmeta,changelog,versionedRepresentations",
"id": "1528151",
"self": "https://acme.atlassian.net/rest/api/latest/issue/1528151",
"key": "ACME-111",

.....

Hope this helps.

Best, Joseph Chung Yin

Jira/JSM Functional Lead, Global Technology Applications Team

Viasat Inc.

1 vote
Answer accepted
Alex Koxaras -Relational-
Community Champion
March 2, 2023

Hi @Sreenadh 

Type on you browser https://YOURDOMAIN.atlassian.net/rest/api/3/issue/ISSUEKEY

Replace YOURDOMAIN with your actual domain and ISSUEKEY with the actual issue key. You should get a JSON response and you will find the issue id inside there:

issue id.png

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events