{
"opencollection": "1.0.0",
"info": {
"name": "Atlassian Admin Account Issue Custom Field Values (Apps) API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Issue Custom Field Values (Apps)",
"type": "folder"
},
"items": [
{
"info": {
"name": "Atlassian Update Custom Fields",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.atlassian.com/rest/api/3/app/field/value",
"params": [
{
"name": "generateChangelog",
"value": "",
"type": "query",
"description": "Whether to generate a changelog for this update."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Updates the value of one or more custom fields on one or more issues. Combinations of custom field and issue should be unique within the request.
Apps can only perform this operation on [custom fields](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/) and [custom field types](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field-type/) declared in their own manifests.
**[Permissions](#permissions) req"
},
{
"info": {
"name": "Atlassian Update Custom Field Value",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.atlassian.com/rest/api/3/app/field/:fieldIdOrKey/value",
"params": [
{
"name": "fieldIdOrKey",
"value": "",
"type": "path",
"description": "The ID or key of the custom field. For example, `customfield_10010`."
},
{
"name": "generateChangelog",
"value": "",
"type": "query",
"description": "Whether to generate a changelog for this update."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Updates the value of a custom field on one or more issues.
Apps can only perform this operation on [custom fields](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/) and [custom field types](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field-type/) declared in their own manifests.
**[Permissions](#permissions) required:** Only the app that owns the custom field or custom field type can update its va"
}
]
}
],
"bundled": true
}