Internal
Create a new instance of the service.
Deletes a worklog property.
This operation can be accessed anonymously.
Permissions required:
The ID or key of the issue.
The key of the property.
The ID of the worklog.
Returns the value of a worklog property.
This operation can be accessed anonymously.
Permissions required:
The ID or key of the issue.
The key of the property.
The ID of the worklog.
Returned if the request is successful.
example:
{
"key": "issue.support",
"value": {
"system.conversation.id": "b1bf38be-5e94-4b40-a3b8-9278735ee1e6",
"system.support.time": "1m"
}
}
Returns the keys of all properties for a worklog.
This operation can be accessed anonymously.
Permissions required:
The ID or key of the issue.
The ID of the worklog.
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"
}
]
}
Sets the value of a worklog property. Use this operation to store custom data against the worklog.
The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.
This operation can be accessed anonymously.
Permissions required:
The ID or key of the issue.
The key of the issue 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.
The ID of the worklog.
status: 200, mediaType: application/json
Returned if the worklog property is updated.
status: 201, mediaType: application/json
Returned if the worklog property is created.
Protected
Static
initialize
This resource represents issue worklog properties, which provides for storing custom data against an issue worklog. Use it to get, create, and delete issue worklog properties as well as obtain the keys of all properties on a issue worklog. Issue worklog properties are a type of entity property.
See
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties