I have a Lambda function used to generate authentication token, and planning to integrate it into our Jira automation rule. However, I can only see a option of "Run a AWS SSM Document".
Is there any way I can authenticate to Lambda function using the same IAM role authentication?
Hello @Tony Chan
Welcome to the community.
I have not actually tried this, but hopefully some of the information I found will be useful to you.
It doesn't appear that you can directly invoke an AWS Lambda function from Jira Automation, but you can run an AWS SSM Document, and that can invoke the Lambda function according to this:
https://serverlessland.com/patterns/ssm-lambda
I also found this documentation from Atlassian on using Jira Automation with AWS:
https://support.atlassian.com/cloud-automation/docs/use-jira-automation-with-aws/
Seems i can trigger Lambda function through AWS SSM. But is it possible to create a smart value variable from the output of the SSM document? I need the output to pass to next step for authentication.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know.
As I said, I have not tried any of this. I was just searching the internet for relevant documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see, thank you.
Have you heard of retrieving outputs from other third party integration? I saw Jira supports like Azure, GitHub, GitLab..etc. I wanna take reference from them if there's any example to create smart value variable from it.
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.