Internal
Create a new instance of the service.
Returns the default issue navigator columns.
Permissions required: Administer Jira global permission.
Returned if the request is successful.
example:
[
{
"label": "Key",
"value": "issuekey"
},
{
"label": "Summary",
"value": "summary"
}
]
Sets the default issue navigator columns.
The columns
parameter accepts a navigable field value and is expressed as
HTML form data. To specify multiple columns, pass multiple columns
parameters. For example, in curl:
curl -X PUT -d columns=summary -d columns=description https://your-domain.atlassian.net/rest/api/3/settings/columns
If no column details are sent, then all default columns are removed.
A navigable field is one that can be used as a column on the issue navigator. Find details of navigable issue columns using Get fields.
Permissions required: Administer Jira global permission.
A navigable field value.
Protected
Static
initialize
This resource represents issue navigator settings. Use it to get and set issue navigator default columns.
See
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings