Hello,
I am creating multiple sub-tasks under a parent task. Since more than one sub-task can be created, I would like to identify the most recently created sub-task and perform an action on it.
Specifically, I want to send an email notification to the latest created sub-task using the Jira Misc Workflow Extensions (JMWE) add-on.
What would be the best approach to achieve this?
Should I use a Nunjucks template, a JQL query, or another JMWE-related method?
Regards