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.
Hello, Venkatesh
Any updates on this? Did you manage to achieve this?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.