{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Issue Worklog Properties API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Issue Worklog Properties", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Worklog Property Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/worklog/:worklogId/properties", "params": [ { "name": "issueIdOrKey", "value": "", "type": "path", "description": "The ID or key of the issue." }, { "name": "worklogId", "value": "", "type": "path", "description": "The ID of the worklog." } ] }, "docs": "Returns the keys of all properties for a worklog.

This operation can be accessed anonymously.

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

* *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project that the issue is in.
* If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured, issue-level security permission to view the issue.
* If the worklog has visibility restrictions, belongs to the group or ha" }, { "info": { "name": "Atlassian Get Worklog Property", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/worklog/:worklogId/properties/:propertyKey", "params": [ { "name": "issueIdOrKey", "value": "", "type": "path", "description": "The ID or key of the issue." }, { "name": "worklogId", "value": "", "type": "path", "description": "The ID of the worklog." }, { "name": "propertyKey", "value": "", "type": "path", "description": "The key of the property." } ] }, "docs": "Returns the value of a worklog property.

This operation can be accessed anonymously.

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

* *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project that the issue is in.
* If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured, issue-level security permission to view the issue.
* If the worklog has visibility restrictions, belongs to the group or has the rol" }, { "info": { "name": "Atlassian Set Worklog Property", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/worklog/:worklogId/properties/:propertyKey", "params": [ { "name": "issueIdOrKey", "value": "", "type": "path", "description": "The ID or key of the issue." }, { "name": "worklogId", "value": "", "type": "path", "description": "The ID of the worklog." }, { "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 a worklog property. Use this operation to store custom data against the worklog.

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* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project that the issue is in.
* If [issue-" }, { "info": { "name": "Atlassian Delete Worklog Property", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/worklog/:worklogId/properties/:propertyKey", "params": [ { "name": "issueIdOrKey", "value": "", "type": "path", "description": "The ID or key of the issue." }, { "name": "worklogId", "value": "", "type": "path", "description": "The ID of the worklog." }, { "name": "propertyKey", "value": "", "type": "path", "description": "The key of the property." } ] }, "docs": "Deletes a worklog property.

This operation can be accessed anonymously.

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

* *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project that the issue is in.
* If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured, issue-level security permission to view the issue.
* If the worklog has visibility restrictions, belongs to the group or has the role visibility " } ] } ], "bundled": true }