The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Handling empty emails requests

Vladimir Yakimov _Botron_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 20, 2017

All,

I'm trying to implement a SLA Automation rule that handles empty emails request coming through email channel.

What I'm trying to achieve is on ticket creation in case description (email body) is empty an action to be triggered.

So far I noticed that if I use the following JQL for example:

issuetype = "Service Request" AND request-channel-type = email AND description is  EMPTY

the automation rule is not executed because of the description is  EMPTY part. 

Any ideas what an appropriate JQL would be? Thanks in advance.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Vladimir Yakimov _Botron_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 6, 2017

Well, the problem is that mails coming with empty description are received with some special characters - whitespace, new lines etc. That's why the JQL is not working. 

This is in case anyone is running into similar scenario.