I've automated a Slack message every morning for urgent tasks due within a week.
I would like to know how to include the name/summary of the parent issue in this message (doesn't need a link), as it can be confusing to have only the sub-task summary without its parent.
Here is the message:
Good morning <@xxxxxxxxxx>!
Here are your most urgent tasks over the next week, sorted by due date and priority
{{#lookupIssues}}
• <{{url}}| {{issue.parent.key}}> <{{url}}| {{issueType.name}}: {{summary}}> | Priority: *{{priority.name}}* | Due in: *{{duedate.diff(now).days.abs}} days*
{{/}}
_Please put a Due date if "Due in" field is blank._
If you need help with any task, check the "Other members assigned" field on the task to see who to ask.
I would appreciate any help with this! Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.