Forums

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

How to connect Jira(cloud) with AWS (lambda/sqs)

Josh Hutchison
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!
December 17, 2021

I'm trying to create some automation between Jira(cloud) and AWS and I can't seem to find a connector on marketplace that works with Jira cloud.

Would anybody be able to point me in the right direction? or maybe suggest a different method.

 

The automation use case is, a Jira ticket is assigned to a different user or some other condition happens. Jira then takes some information from the ticket and invokes an AWS lambda function. 

Currently I have a container running that polls Jira's API for a certain condition to happen and then invokes the AWS lambda function but I am looking for a better solution.

1 answer

0 votes
Andrew King
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!
October 12, 2023

I know that this is a very old post but maybe this will help others and help me know if there's a better way.
What I've done is-

  • Jira field changes
  • Jira automation parses and pulls data from various fields and sends a post request to an AWS API gateway. (Jira key, etc.)
  • The AWS Gateway invokes a lambda function which verifies and checks the data received. It then invokes an additional lambda function to process the data.
  • The second lambda function then writes back to the Jira ticket.

It's worked decent for me but a direct integration or less complex way to handle this would be nice, especially if you could encrypt or hide the API key that Jira uses to send to the AWS Gateway.

simi jain February 22, 2024

you can integrate JIRA and Lambda function using JIRA username and API token and use JIRA url as well to send requests to Lambda

by passing these in Lambda code will work. No need to use API Gateway(as additional service). 

Suggest an answer

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

Atlassian Community Events