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.