Versions Compared
Version | Old Version 11 | New Version 12 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
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:
Code Block |
---|
{"label1":"","value":"10000"}#|#{"label2":"","value":"10001"} |
For single values fields:
Code Block |
---|
{"label": "Some label", "value": "some_value"} |
See More
Child pages (Children Display) | ||
---|---|---|
|