Module issue_worklogs_api

Module issue_worklogs_api 

Source

Enums§

AddWorklogError
struct for typed errors of method add_worklog
DeleteWorklogError
struct for typed errors of method delete_worklog
GetIdsOfWorklogsDeletedSinceError
struct for typed errors of method get_ids_of_worklogs_deleted_since
GetIdsOfWorklogsModifiedSinceError
struct for typed errors of method get_ids_of_worklogs_modified_since
GetIssueWorklogError
struct for typed errors of method get_issue_worklog
GetWorklogError
struct for typed errors of method get_worklog
GetWorklogsForIdsError
struct for typed errors of method get_worklogs_for_ids
UpdateWorklogError
struct for typed errors of method update_worklog

Functions§

add_worklog
Adds a worklog to an issue. Time tracking must be enabled in Jira, otherwise this operation returns an error. For more information, see Configuring time tracking. This operation can be accessed anonymously. Permissions required: * Browse projects and Work on issues project permission for the project that the issue is in. * If issue-level security is configured, issue-level security permission to view the issue.
delete_worklog
Deletes a worklog from an issue. Time tracking must be enabled in Jira, otherwise this operation returns an error. For more information, see Configuring time tracking. 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. * Delete all worklogs project permission to delete any worklog or Delete own worklogs to delete worklogs created by the user, * If the worklog has visibility restrictions, belongs to the group or has the role visibility is restricted to.
get_ids_of_worklogs_deleted_since
Returns a list of IDs and delete timestamps for worklogs deleted after a date and time. This resource is paginated, with a limit of 1000 worklogs per page. Each page lists worklogs from oldest to youngest. If the number of items in the date range exceeds 1000, until indicates the timestamp of the youngest item on the page. Also, nextPage provides the URL for the next page of worklogs. The lastPage parameter is set to true on the last page of worklogs. This resource does not return worklogs deleted during the minute preceding the request. Permissions required: Permission to access Jira.
get_ids_of_worklogs_modified_since
Returns a list of IDs and update timestamps for worklogs updated after a date and time. This resource is paginated, with a limit of 1000 worklogs per page. Each page lists worklogs from oldest to youngest. If the number of items in the date range exceeds 1000, until indicates the timestamp of the youngest item on the page. Also, nextPage provides the URL for the next page of worklogs. The lastPage parameter is set to true on the last page of worklogs. This resource does not return worklogs updated during the minute preceding the request. Permissions required: Permission to access Jira, however, worklogs are only returned where either of the following is true: * the worklog is set as Viewable by All Users. * the user is a member of a project role or group with permission to view the worklog.
get_issue_worklog
Returns worklogs for an issue, starting from the oldest worklog or from the worklog started on or after a date and time. Time tracking must be enabled in Jira, otherwise this operation returns an error. For more information, see Configuring time tracking. This operation can be accessed anonymously. Permissions required: Workloads are only returned where the user has: * 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. * If the worklog has visibility restrictions, belongs to the group or has the role visibility is restricted to.
get_worklog
Returns a worklog. Time tracking must be enabled in Jira, otherwise this operation returns an error. For more information, see Configuring time tracking. 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. * If the worklog has visibility restrictions, belongs to the group or has the role visibility is restricted to.
get_worklogs_for_ids
Returns worklog details for a list of worklog IDs. The returned list of worklogs is limited to 1000 items. Permissions required: Permission to access Jira, however, worklogs are only returned where either of the following is true: * the worklog is set as Viewable by All Users. * the user is a member of a project role or group with permission to view the worklog.
update_worklog
Updates a worklog. Time tracking must be enabled in Jira, otherwise this operation returns an error. For more information, see Configuring time tracking. 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.