You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Community
We use Jira as a helpdesk and we get a lot of common questions which I would like to auto respond to with a set of 'Have you checked....' responses when certain text is in the subject or body of the ticket.
Is this possible natively or by a plugin?
Thanks in advance.
Andrew
Yes you could set up some automation to do this.
So setup you automation to trigger every time a comment is posted on an issue by the customer.
Then setup If/Then statements.
You can setup JQL to find the keywords you are looking for:
comment ~ xxxxxxx
If this is met, you could automate to put an autocomment back to the customer or provide the link to url etc.
So in the JQL if you put:
comment ~ account
It would respond to every comment that contained the word "Account"
Cheers
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.