{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Issue Type Properties API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Issue Type Properties", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Issue Type Property Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/issuetype/:issueTypeId/properties", "params": [ { "name": "issueTypeId", "value": "", "type": "path", "description": "The ID of the issue type." } ] }, "docs": "Returns all the [issue type property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties) keys of the issue type.

This operation can be accessed anonymously.

**[Permissions](#permissions) required:**

* *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) to get the property keys of any issue type.
* *Browse projects* [project permission](https://confluenc" }, { "info": { "name": "Atlassian Get Issue Type Property", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/issuetype/:issueTypeId/properties/:propertyKey", "params": [ { "name": "issueTypeId", "value": "", "type": "path", "description": "The ID of the issue type." }, { "name": "propertyKey", "value": "", "type": "path", "description": "The key of the property. Use [Get issue type property keys](#api-rest-api-3-issuetype-issueTypeId-properties-get) to get a list of all issue type property keys." } ] }, "docs": "Returns the key and value of the [issue type property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties).

This operation can be accessed anonymously.

**[Permissions](#permissions) required:**

* *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) to get the details of any issue type.
* *Browse projects* [project permission](https://confluence.atlassian." }, { "info": { "name": "Atlassian Set Issue Type Property", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/rest/api/3/issuetype/:issueTypeId/properties/:propertyKey", "params": [ { "name": "issueTypeId", "value": "", "type": "path", "description": "The ID of the issue type." }, { "name": "propertyKey", "value": "", "type": "path", "description": "The key of the issue type property. The maximum length is 255 characters." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates the value of the [issue type property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties). Use this resource to store and update data against an issue type.

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.

**[Permissions](#permissions) required:** *Administer Jira* [global permissi" }, { "info": { "name": "Atlassian Delete Issue Type Property", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.atlassian.com/rest/api/3/issuetype/:issueTypeId/properties/:propertyKey", "params": [ { "name": "issueTypeId", "value": "", "type": "path", "description": "The ID of the issue type." }, { "name": "propertyKey", "value": "", "type": "path", "description": "The key of the property. Use [Get issue type property keys](#api-rest-api-3-issuetype-issueTypeId-properties-get) to get a list of all issue type property keys." } ] }, "docs": "Deletes the [issue type property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties).

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)." } ] } ], "bundled": true }