Skip to content

Feature: Implement auto-closing of parent issues when all child issues are resolved#12

Merged
miroslavpojer merged 4 commits intomasterfrom
feature/11-add-auto-parent-close
Mar 18, 2026
Merged

Feature: Implement auto-closing of parent issues when all child issues are resolved#12
miroslavpojer merged 4 commits intomasterfrom
feature/11-add-auto-parent-close

Conversation

@miroslavpojer
Copy link
Copy Markdown
Contributor

@miroslavpojer miroslavpojer commented Mar 17, 2026

Release Notes

  • Parent for rule is auto closed during the night test run if all sub-issues are closed.

Closes #11

@miroslavpojer miroslavpojer self-assigned this Mar 17, 2026
Copy link
Copy Markdown
Collaborator

@tmikula-dev tmikula-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice PR, there is only one python code improvement using .get("key","fallback") instead of .get("key") or "fallback". One test is maybe extra, it is up to you. Please react to the review comments, fix the failing CI quality gates.

@miroslavpojer miroslavpojer merged commit 32abc0d into master Mar 18, 2026
7 checks passed
@miroslavpojer miroslavpojer deleted the feature/11-add-auto-parent-close branch March 18, 2026 10:16
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.

Add auto parent close when all sub-issues closed

2 participants