Hi,
Is it possible to add an comment to main issue when all sub tasks are closed? Main issue has 1 workflow and different sub tasks consists of different workflow.
Thanks
Swarna
There is no outofthebox functionality for that case.
But it can be achieved with plugins like Adaptivist Scriprunner
for example:
https://scriptrunner.adaptavist.com/5.4.7/jira/recipes/workflow/postfunctions/append-generate-comment.html
It's similar to you case.
In your case you'll need to do custom post-functions on all subtasks workflows, that will check all subtasks and if they resolved add comment to parent issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.