Hi. We are using the Jira Service Desk Cloud version. Currently we receive email alerts when assigned or end users replies. We would also like to have unassigned tickets create an email alert in our ITSupport inbox. I have read that an add-on called Automation can be used for this but I can't seem to find anything for our version of Jira.
Can anyone help with this?
@Jeff Constantine Welcome to the Atlassian Community!
Here’s how you can set up an automation rule to send email alerts for unassigned tickets:
project = "your-project-key" AND assignee is EMPTY
5. Add an action by clicking Add Component > Add New Action > Send email.
Subject:
[Unassigned Ticket Alert] {{issue.key}} - {{issue.summary}}
Body
We wanted to notify you that a request is still unassigned. Please find the details of the issue below,
<ul>
<li><strong>Ticket:</strong> <a href="{{issue.url}}">{{issue.key}} - {{issue.summary}}</a></li>
<li><strong>Description:</strong> {{issue.description}}</li>
</ul>
<strong>Please take immediate action.</strong>
Finally,
give your rule a name (e.g., "Unassigned Ticket Alert") and click Turn on rule to activate it.If you don’t want a scheduled trigger, you can use the Issue Created trigger to send alerts as soon as unassigned tickets are created. Let me know if you need further guidance! 😊
Hi Thanks for the detailed response. I can find the Automation in Confluence but not Jira. I have admin creds but I'm unsure where to activate this in the background?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you have Jira product admin privileges, go to ⚙️ > System settings.
From there, navigate to Global automation, where you can create the same automation.
To troubleshoot why the automation option isn't appearing in the project settings:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, looks like I only have User Admin rights. I'll have to find out who controls the site admin and get them to give me access to the Automation. Thanks again for your help!
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.