Forums

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

Customer submits service desk ticket via email (custom fields?)

Robert Cuellari January 21, 2021

I'm hoping that it's possible for a customer to add some customfield values and potentially components via email when submitting a ticket. 

 

Does anyone know if this is an option?  Is there any documentation on this if so?

2 answers

1 accepted

0 votes
Answer accepted
Iago Docando
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 Leaders.
January 21, 2021

The text within the email itself should be proprerly formatted so you should find a way to guarantee everyone involved follows whatever rules you set up. 

The body of the email becomes the description field of the created issue so you could create an automation with a lot of checks in the form of:

IF <issue_description> CONTAINS <exact_DISTINCTIVE_formatted_string> 
THEN customField_XXX = AAAA

IF <issue_description> CONTAINS <exact_DISTINCTIVE_formatted_string>
 THEN component = BBBB

and so on...

You could then improve on the "IF-chain" to include common misspelling, ignore upper/lower case sensitivity or special characters... you name it. You're the one that best knows your use case.

I hope this helps. You should still of course find a way so at least most of the people will follow this standard you'll have to define.

 

-----------------------

 

As an alternative idea, maybe best that using directly the email you could use a web form. Try taking a look at

https://<JIRA_SERVER>/secure/AddCollector!default.jspa?projectKey=<PROJECT_KEY>

0 votes
Robert Cuellari January 21, 2021

Thanks that makes sense.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events