Forums

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

Automated Jira Ticket from Email over API

Ency
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 14, 2021

Hello Community,

is it possible as normal user to have automated jira tickets creation over the rest api??

 

Thx in advance!

Ency

1 answer

0 votes
Bill Sheboy
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.
September 14, 2021

Hi @Ency -- Welcome to the Atlassian Community!

I am a bit confused by your question as you are mentioning both email and the REST API...both can be used to create Jira issues:

  • Your site admin could set up an email handler to consume emails and create issues
  • Any user with access to a project is able to call the REST API to create issues

Kind regards,
Bill

Ency
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 14, 2021

The email handler is possible that´s true, but the teams decided to do that over the rest api.

Are there any examples or tutorials on how i can create jira issues which are coming over emails ?

Bill Sheboy
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.
September 15, 2021

Thanks for those additional details, @Ency 

You are essentially describing custom-building your own email handler app which calls the REST API to create issues.  For questions/idea on that, I recommend searching in the developer community forum: https://community.developer.atlassian.com/

And here are some documentation links on creating issues with the Jira Server, REST API:

https://developer.atlassian.com/server/jira/platform/jira-rest-api-example-create-issue-7897248/

https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/

Suggest an answer

Log in or Sign up to answer