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.
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-
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.
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).
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.