Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(no recent worklog): account for subtask's worklog when calculating 'no recent worklog' #260

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

lfzolati
Copy link

@lfzolati lfzolati commented Jun 14, 2023

Have fixed the bug where the no recent worklog rule was triggered when worklog has been added but only to subtasks. This PR closes #260 and IE-229.

…g 'no recent worklog'

Add any worklogs recorded on subtasks of a given task when calculating that tasks grade for 'no
recent worklog'

fix agiledigital#258
@lfzolati lfzolati marked this pull request as ready for review June 14, 2023 05:36
…ubtasks are considered

When worklogs are fetched using the API, the subtasks worklogs should also be added.
cli/src/scripts/search.ts Outdated Show resolved Hide resolved
lib/src/services/jira.ts Outdated Show resolved Hide resolved
lib/src/services/jira_api.test.ts Outdated Show resolved Hide resolved
lib/src/services/jira_api.test.ts Outdated Show resolved Hide resolved
lib/src/services/jira_api.test.ts Outdated Show resolved Hide resolved
lib/src/services/jira_api.ts Outdated Show resolved Hide resolved
lib/src/services/jira_api.ts Outdated Show resolved Hide resolved
lib/src/services/test_data/jira_api_data.ts Outdated Show resolved Hide resolved
@lfzolati lfzolati changed the title Ie 229 fix(no recent worklog): account for subtask's worklog when calculating 'no recent worklog' Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants