Page tree

Versions Compared

Key

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

...

Code Block
projects[1].issuetypes[0].fields.priority.allowedValues
Warning

If you are using latest createmeta APIs from Jira 9 

Code Block
GET /rest/api/2/issue/createmeta/{projectIdOrKey}/issuetypes/{issueTypeId}

The root to use parameter value will be a bit different. An expression would look like this (to get values for the priority field)

Code Block
values.(fieldId=priority).allowedValues


Mappings for the ID and LABEL (parameters) will be the same: id and name


Info

Our web service connection to set to "https://vertuna-test.atlassian.net"