{
"opencollection": "1.0.0",
"info": {
"name": "Atlassian Admin Account Issue Properties API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Issue Properties",
"type": "folder"
},
"items": [
{
"info": {
"name": "Atlassian Bulk Set Issues Properties By List",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.atlassian.com/rest/api/3/issue/properties",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Sets or updates a list of entity property values on issues. A list of up to 10 entity properties can be specified along with up to 10,000 issues on which to set or update that list of entity properties.
The value of the request body must be a [valid](http://tools.ietf.org/html/rfc4627), non-empty JSON. The maximum length of single issue property value is 32768 characters. This operation can be accessed anonymously.
This operation is:
* transactional, either all properties "
},
{
"info": {
"name": "Atlassian Bulk Set Issue Properties By Issue",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.atlassian.com/rest/api/3/issue/properties/multi",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Sets or updates entity property values on issues. Up to 10 entity properties can be specified for each issue and up to 100 issues included in the request.
The value of the request body must be a [valid](http://tools.ietf.org/html/rfc4627), non-empty JSON.
This operation is:
* [asynchronous](#async). Follow the `location` link in the response to determine the status of the task and use [Get task](#api-rest-api-3-task-taskId-get) to obtain subsequent updates.
* non-tran"
},
{
"info": {
"name": "Atlassian Bulk Set Issue Property",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.atlassian.com/rest/api/3/issue/properties/:propertyKey",
"params": [
{
"name": "propertyKey",
"value": "",
"type": "path",
"description": "The key of the property. The maximum length is 255 characters."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Sets a property value on multiple issues.
The value set can be a constant or determined by a [Jira expression](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/). Expressions must be computable with constant complexity when applied to a set of issues. Expressions must also comply with the [restrictions](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#restrictions) that apply to all Jira expressions.
The issues to be updated can be specified"
},
{
"info": {
"name": "Atlassian Bulk Delete Issue Property",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://api.atlassian.com/rest/api/3/issue/properties/:propertyKey",
"params": [
{
"name": "propertyKey",
"value": "",
"type": "path",
"description": "The key of the property."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Deletes a property value from multiple issues. The issues to be updated can be specified by filter criteria.
The criteria the filter used to identify eligible issues are:
* `entityIds` Only issues from this list are eligible.
* `currentValue` Only issues with the property set to this value are eligible.
If both criteria is specified, they are joined with the logical *AND*: only issues that satisfy both criteria are considered eligible.
If no filter criteria are"
},
{
"info": {
"name": "Atlassian Get Issue Property Keys",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/properties",
"params": [
{
"name": "issueIdOrKey",
"value": "",
"type": "path",
"description": "The key or ID of the issue."
}
]
},
"docs": "Returns the URLs and keys of an issue's properties.
This operation can be accessed anonymously.
**[Permissions](#permissions) required:** Property details are only returned where the user has:
* *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project containing the issue.
* If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured, issue-level security permission to view the issue."
},
{
"info": {
"name": "Atlassian Get Issue Property",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/properties/:propertyKey",
"params": [
{
"name": "issueIdOrKey",
"value": "",
"type": "path",
"description": "The key or ID of the issue."
},
{
"name": "propertyKey",
"value": "",
"type": "path",
"description": "The key of the property."
}
]
},
"docs": "Returns the key and value of an issue's property.
This operation can be accessed anonymously.
**[Permissions](#permissions) required:**
* *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project containing the issue.
* If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured, issue-level security permission to view the issue."
},
{
"info": {
"name": "Atlassian Set Issue Property",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/properties/:propertyKey",
"params": [
{
"name": "issueIdOrKey",
"value": "",
"type": "path",
"description": "The ID or key of the issue."
},
{
"name": "propertyKey",
"value": "",
"type": "path",
"description": "The key of the issue property. The maximum length is 255 characters."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Sets the value of an issue's property. Use this resource to store custom data against an issue.
The value of the request body must be a [valid](http://tools.ietf.org/html/rfc4627), non-empty JSON blob. The maximum length is 32768 characters.
This operation can be accessed anonymously.
**[Permissions](#permissions) required:**
* *Browse projects* and *Edit issues* [project permissions](https://confluence.atlassian.com/x/yodKLg) for the project containing the issue.
This operation can be accessed anonymously.
**[Permissions](#permissions) required:**
* *Browse projects* and *Edit issues* [project permissions](https://confluence.atlassian.com/x/yodKLg) for the project containing the issue.
* If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured, issue-level security permission to view the issue."
}
]
}
],
"bundled": true
}