Use Automation to notify a user when a Form has been submitted on an issue
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
When a form attached to an issue is populated and submitted, the ticket assignee is not notified. This article will explain how to ensure that the Assignee is notified when the form is submitted back to them.
Solution
In this case, to achieve the desired scenario we can use an automation rule to notify the assignee when the form is submitted. To do that, please follow the steps below:
Open the service project > Project settings > Automation > Select Create rule
As a trigger, select Forms submitted and if necessary, select a specific form > Save
SelectNew action > Send email
InTo, selectAssignee
Fill in a Subject and Content (you can bring the information/values added to the custom fields using smart values). You can also add the smart value {{issue.url}} to return the URL of the issue in the notification.
Select Save > Give your rule a name and click on Turn it on.
Was this helpful?