Internal
Create a new instance of the service.
Deletes the issue type property.
Permissions required: Administer Jira global permission.
The ID of the issue type.
The key of the property. Use Get issue type property keys to get a list of all issue type property keys.
Returns the key and value of the issue type property.
This operation can be accessed anonymously.
Permissions required:
The ID of the issue type.
The key of the property. Use Get issue type property keys to get a list of all issue type property keys.
Returned if the request is successful.
example:
{
"key": "issue.support",
"value": {
"system.conversation.id": "b1bf38be-5e94-4b40-a3b8-9278735ee1e6",
"system.support.time": "1m"
}
}
Returns all the issue type property keys of the issue type.
This operation can be accessed anonymously.
Permissions required:
The ID of the issue type.
Returned if the request is successful.
example:
{
"keys": [
{
"key": "issue.support",
"self": "https://your-domain.atlassian.net/rest/api/3/issue/EX-2/properties/issue.support"
}
]
}
Creates or updates the value of the issue type property. Use this resource to store and update data against an issue type.
The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.
Permissions required: Administer Jira global permission.
The ID of the issue type.
The key of the issue type property. The maximum length is 255 characters.
The value of the property. The value has to be a valid, non-empty JSON value. The maximum length of the property value is 32768 bytes.
status: 200, mediaType: application/json
Returned if the issue type property is updated.
status: 201, mediaType: application/json
Returned if the issue type property is created.
Protected
Static
initialize
This resource represents issue type properties, which provides for storing custom data against an issue type. Use it to get, create, and delete issue type properties as well as obtain the keys of all properties on a issues type. Issue type properties are a type of entity property.
See
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-properties