v4

latestOpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Issue worklog properties

Set worklog property

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:

  • Browse projects project permission for the project that the issue is in.
  • If issue-level security is configured, issue-level security permission to view the issue.
  • Edit all worklogs project permission to update any worklog or Edit own worklogs to update worklogs created by the user.
  • If the worklog has visibility restrictions, belongs to the group or has the role visibility is restricted to.
put/rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey}

Path parameters

issueIdOrKeystring required

The ID or key of the issue.

worklogIdstring required

The ID of the worklog.

propertyKeystring required

The key of the issue property. The maximum length is 255 characters.

Request body

{"stackTrail":"paths:/rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey}:put:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}

Response

Returned if the worklog property is updated.

{"stackTrail":"paths:/rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}