Avoid closing issues when they have linked issues that need to be solved before
Hi,
Is there any way for YouTrack to inform us that we have unresolved linked issues before allowing us to close the parent issue?
For example:
Issue A depends on Issue B.
If I try to close Issue A, before closing Issue B, it should refuse to close Issue A or at least warn me that Issue B is still pending.
I've tried and I'm able to close Issue A with pending linked issues.
Thanks!
Please sign in to leave a comment.
Hi!
I'm Sergey from the YouTrack team.
You can automate this process via a workflow. Basically, you create a script that automates issue-related tasks. If you are not familiar with this functionality, please refer to our tutorial.
As a basis for your own workflow, you can use this pre-built workflow that blocks users from resolving issues with unresolved dependencies.