I noticed there is an email handler option in script runner, but don't have any clue how it works, there isn't any clear documentation. Currently, we are using Jira email handler, whenever to receive an email it creates a ticket. We are using the email handler for Nagios alert, so Jira email creates a ticket with each alert. We would like to create a new ticket only if there will be a problem, but once you get a resolve email it should close the ticket and not create a new ticket or if the issue continues it should post an email in the comment of an existing ticket.
I thought script runner might solve the problem but I didn't find the proper user guide, I might don't use the right keyword to search it. Can someone walk me through all process that how to use scriptrunner's email handler option? I really appreciate it.
Hi @Shah Baloch
The Mailhandler that ships with the Scriptrunner app for Jira will process incoming emails and execute a Groovy script. What you put in the script is up to you but you have the option to do some great things. Examples could be:
You can find the documentation for Scriptrunner Mailhandler here.
There is some great examples to get you started.
Regards
Lasse Langhorn
Thank you for your reply. The documentation is not much clear, maybe it's new for me that's why. I entered the first script mentioned in the documentation, it is saying I don't have any mail, I have emails in my inbox, I don't know why I get that message that shown in the screenshot. Why it is checking the server? I thought it'll pick up the email from the inbox. I appreciate 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.
Hello @Shah Baloch
I would like to know how you unblocked yourself so if it is possible to show me your incoming mail.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It didn't work as we needed. It can create a ticket if an email received. We wanted to use it for Nagios alert, However, it was creating duplicate tickets for the same type of alerts. Jira's email handler works better for us. I copied the code here Mail Handler
Thanks,
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.