Hi Dear community!
We have schedule rule, that notifies every day about close duedate issues in standardIssueTypes()
Is it possible to add assignees of the subtasks to this notification? Custom fields unfortunately are not supported:(
Total: {{lookupIssues.size}}
{{#lookupIssues}} → <b> {{summary}} </b> • <a href="{{toUrl}}">URL</a> | {{key}} • Issue Reporter {{reporter.displayName}} • {{issuetype.name}}
{{/}}
Thanks a lot for any help!
Hi @Petr AST ,
what you can do is save your email text in a variable, and then use a branch to go into each subtask and send a notification to that subtask assignee, with the text taht you previously saved in your variable.
It does send a notification for each subtask instead of on notification with multiple recipients, but it works well :
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.