Versions Compared

Key

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


Warning
titlePower Custom Fields PRO™ is becoming Power Custom Fields™


Power Custom Fields PRO™ is being upgraded to Power Custom Fields™. We are removing Power Custom Fields PRO™ from the market to focus resources on the combined app, Power Custom Fields™ which has all the features of PRO™ and more. Existing Power Custom Fields PRO™ users can get 65% off their new Power Custom Fields™ license by following the steps here.


Although we do not provide REST API support for Power Custom Fields PRO at the moment, if you want only to set some certain values for a field using Jira 's REST API, there is a possibility. In order to do this, you need to use the same syntax as when setting a default value.

The value should have the following format:

Code Block
{"label": "", "value": "<issue id>"}


An Here you can see an example of how to use it is represented below

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

...

Note

The field value provided to REST API should actually be JSON string of the given format. If you send an object formatted as described on the page, Jira will response with error message.

See also

Setting default values for Power Custom Fields PRO