Writing a automated script for creating a ticket in jira using AWS Lambda?

venkatesh kanakamedala August 23, 2018

Hi Team,

I am looking to create a ticket in jira whenever my lambda function in AWS is triggered. How can I achieve this? Please help.

2 answers

0 votes
Hiral Barot June 3, 2020

Hello, Venkatesh

 

Any updates on this? Did you manage to achieve this?

0 votes
Mauricio Karas
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 28, 2018

Hello, Venkatesh.

If you have a way to make an HTTP request from the lambda function, you can use Jira's REST API to create the ticket.

You can make the following call to create an issue in Jira:

POST /rest/api/2/issue

This call takes a payload with the information to fill in the issue. Check the linked documentation above to see the complete payload example.

Kind regards,
Maurício Karas

Suggest an answer

Log in or Sign up to answer