Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

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

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

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.

Suggest an answer

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

Atlassian Community Events