The script doesn't pull worklogs for tasks assigned to a different user #1

Closed
opened 2024-10-04 19:46:05 +02:00 by kalinowm · 2 comments
Owner

The worklogs of the tasks aren't properly picked because it searches for the issues based on the assignee field which changes when the task is closed/reassigned to RM. This can be avoided by searching through all issues/adding RM accounts to the search, but it will increase the execution time greatly.

The worklogs of the tasks aren't properly picked because it searches for the issues based on the assignee field which changes when the task is closed/reassigned to RM. This can be avoided by searching through all issues/adding RM accounts to the search, but it will increase the execution time greatly.
Author
Owner

When the RM accounts are in the scope, it may be a good idea to adjust the jql query for searching for issues to narrow down the amount of issues to check.

When the RM accounts are in the scope, it may be a good idea to adjust the jql query for searching for issues to narrow down the amount of issues to check.
Author
Owner

The API used in the solution wasn't valid, changing the jira api from issue/picker to issue/search resolved the issue.

The API used in the solution wasn't valid, changing the jira api from issue/picker to issue/search resolved the issue.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kalinowm/jira-worklog-data#1
No description provided.