How can I set slack or telegram reminder before the end of the epic?

abakunov March 2, 2021

I want to have reminders of the approaching end of epic. How can I do this?

1 answer

1 accepted

1 vote
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 2, 2021

Hi @abakunov  -- Welcome to the Atlassian Community!

How do you know an epic is approaching the end?  For example, by the due date?

If so, you could use Automation for Jira to create a rule to notify you.  For example:

  • Trigger: scheduled rule once per day
  • Action: lookup issues with JQL for Epics with Due Date overdue or within 2 days
project = myProject
AND issueType = Epic
AND statusCategory != Done
AND duedate <= 2d
  • Action: send the Slack message with the issue list

Please look here for some examples and documentation on automation rules:

https://community.atlassian.com/t5/Automation-articles/Jira-Automation-all-the-resources-you-need-in-one-page/ba-p/1388465

https://www.atlassian.com/software/jira/automation-template-library#/label/all/1453

Best regards,

Bill

abakunov March 3, 2021

Thank you!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events