Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To check it more precisely, use the REST API link, which is:

Code Block
languagejs
themeEmacs
{your-jira-link-atlassian.net}/rest/api/2/issue/{ISSUE-KEY}
For example:
Code Block
languagejs
themeEmacs
https://simplethings.atlassian.net/rest/api/2/issue/TEST-1

 

This is how the response would look like:

For better results I suggest you to use some JSON view plugin for your browser. For example, if you want to search for the issues with type “Story”, on the screenshot below you can see how to build the path to the needed property – it will be “fields.issuetype.name”

...