I want to have reminders of the approaching end of epic. How can I do this?
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:
project = myProject
AND issueType = Epic
AND statusCategory != Done
AND duedate <= 2d
Please look here for some examples and documentation on automation rules:
https://www.atlassian.com/software/jira/automation-template-library#/label/all/1453
Best regards,
Bill
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.