How can I find Jira Issue ID via UI?

Tun Lyin Aung
Contributor
August 8, 2022

Hello guys,

 

Is there a way to check Jira issue ID from UI? Is Issue ID and Issue Type ID same? I saw this post: https://confluence.atlassian.com/jirakb/finding-the-id-for-issue-types-646186508.html

 

Best Regards,

Tun Lyin Aung

2 answers

1 accepted

0 votes
Answer accepted
Hugo Gómez August 9, 2022

Alternate way that might be of help in some cases.

Go to the issues view and from there export the list to "Excel CSV (all fields)"

csvexport.png

 

If you open in Excel or Google sheets, the third column will have the Issue Id.

 

You can filter the list to your needs before exporting, as the export works on the visible issues.

Oddly enough, the "HTML report (all fields)" does not export all fields.

 

Also, I'm not sure, but you may need a special permission enabled to export issues.

Tun Lyin Aung
Contributor
August 9, 2022

Screen Shot 2022-08-09 at 3.47.35 PM.png

I've tested the way you guided and it's useful for me. Thank you mate.

 

Best Regards,

Tun Lyin Aung

Like Hugo Gómez likes this
1 vote
Ollie Guan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 8, 2022
Tun Lyin Aung
Contributor
August 8, 2022

Screen Shot 2022-08-09 at 11.52.42 AM.png

I don't see any edit button right there. 

Like Maxime CORSON likes this
Ollie Guan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 8, 2022
Tun Lyin Aung
Contributor
August 9, 2022

I use this command line in the terminal :
curl -u tun.lyin.aung@digitallaboratory.net -X POST --data @Data.txt -H "Content-Type: application/json" https://tunlyinaung.atlassian.net/jira/rest/api/3/issue/

and output is like this : 

Warning: Couldn't read data from file "data.txt", this makes an empty POST.

Enter host password for user 'tun.lyin.aung@digitallaboratory.net':

 
After I type my password, the output is like this :

Basic authentication with passwords is deprecated.  For more information, see: https://developer.atlassian.com/cloud/confluence/deprecation-notice-basic-auth/

Suggest an answer

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

Atlassian Community Events