I would like to setup something like this :
- If an issue is in a particular status for more than a specific period I wan to send an email to a specific group
- The above will vary based on the priority of the issue (Critical, High Medium, Low).
Can you help with this please.
There are multiple options. My preferred option is with Automation for jira
Create a scheduled automation. use a condition with a jql that checks the time that the issue is in that specific status and add the action to send an email.
Regards
Dave
Thanks Dave. I downloaded and installed Automation for Jira.
Can you share any reference on JQL or how to implement this ? I couldn't find any good ones on the net.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could be something like
status = done and status changed BEFORE -5d
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. Can you also help with how can I send an email if the status has exceeded a number of days. Also if there is a reference to JQL please do share the link.
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.