Versions Compared

Key

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

Although we do not provide Power Custom Fields does not currently have REST API support for Power Custom Fields at the moment, if you want , it is possible to set certain values for a field fields using Jira Jira’s REST API, there is a possibility. In order to . To do this, you need to use the same syntax as when setting a default value.The value should have the following formatfollowing syntax:

  • For multiple values fields:

Code Block
{"label"label1":"","value":"10000"}#|#{"label2": "", "value": "<issue id>10001"}
Here you can see an example of how to use it: 
  • For single values fields:

Code Block
{"label": "Some label", "value": "10000some_value"}


NoteThe field value provided to REST API should actually be JSON string of Here you can see an example of how to set a field’s value: https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/issue-editIssue 

Note

The REST API field value you provide should be a JSON string in the given format. If you send an object formatted as described on the page, Jira will response with error messagethe syntax is not respected, the field will not render properly.

See More

Child pages (Children Display)
pageExamples for PCF