Skip to end of banner
Go to start of banner

Example 9 - Setting field value using Jira REST API

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

We've encountered an issue exporting this macro. Please try exporting this page again later.

Although Power Custom Fields does not currently have REST API support, it is possible to set values for fields using Jira’s REST API. To do this, use the following syntax:

  • For multiple values fields:

{"label1":"","value":"10000"}#|#{"label2":"","value":"10001"}
  • For single values fields:

{"label": "Some label", "value": "some_value"}

Here is an example of how to set a field’s value.

  • No labels