Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

Version 1 Next »

You need administrator rights in Jira to perform the tasks on this page.

To improve readability, all JSON results will be beautified whereas the actual results will not.

The default local item parameters dictate whether the custom field uses a template for its default local items or not.

Request URI

The base request URI for all APIs on this page is as follows:

{JIRA Instance}/rest/com.okapya.jira.checklist/latest/checklists/configuration/{FieldConfigId}/defaultlocalitemparameters

APIs

Update the parameters

PUT [...]/defaultlocalitemparameters

Description

Example

Request

A JSON representation of the fields to update, including their values.

To keep updating simple, you only have to list the fields and values you want to update.

{"fromTemplate":false}

or

{"fromTemplate":true, "templateId":1}

Response

Returns the full JSON representation of the updated parameters.

{
  "version": 5,
  "fromTemplate": false,
  "templateId": null
}

Exceptions

For the list of potential exceptions, see https://okapya.atlassian.net/wiki/spaces/CHKDOC5/pages/2825977895/5.2.0+Configuration+REST+API+exceptions#Default-local-item-parameters-exceptions.


SERVER DOCUMENTATION (On Cloud? Go here.)
Have questions? Contact our Service Desk for help anytime.
  • No labels