Hi,
I'm trying to get it so when a customer submits a ticket, they get an automated email saying something along the lines of 'thanks for your ticket, we currently have X amount of tickets open and will deal with yours asap'
Is this possible?
Hey, Jake.
For now, you could use ScriptRunner to run a post-function script in the "issue created" transition.
You can make API calls in that script, one to get the number of issues on the backlog, based on a JQL:
/rest/api/2/search?jql=project=<your_project>
And other to send the e-mail:
/rest/api/2/issue/{issueKey}/notify
Kind regards,
Maurício Karas
Hi Jake,
We have a feature request at https://jira.atlassian.com/browse/JSDCLOUD-4782 for adding more variable. You can comment on the fields you would like to be available and cast a vote on it to increase issue visibility.
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.