Skip to content

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

Merged
miroslavpojer merged 4 commits into
masterfrom
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 into
masterfrom
feature/11-add-auto-parent-close

Conversation

@miroslavpojer

@miroslavpojer miroslavpojer commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

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
Comment thread src/security/utils/issue_sync.py Outdated
Comment thread tests/security/utils/test_issue_sync.py

@tmikula-dev tmikula-dev left a comment

Copy link
Copy Markdown
Collaborator

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