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
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)"
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.
I've tested the way you guided and it's useful for me. Thank you mate.
Best Regards,
Tun Lyin Aung
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.