I am looking to have an e-mail sent to a team if a certain radio button is selected in a form. And attach the form in the e-mail. Can't seem to get this set up in The form or in the automation. Is this possible, If yes, any direction would be helpful.
Hi @Blake Ellington,
Welcome to Atlassian Community!
Yes, that is possible using Automation. You would need to link the radio buttons to a Jira field, then you can trigger on when that field is changed to see if it is set to the specific value, and if so send the email. Once the REST API for Forms is released, should be very soon, you can use the endpoint to get the data from the form to see if the specific radio button was selected, and you would not need to link it to a Jira field.
Thanks, Ill look into that!
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.