Getting "JiraError HTTP 403" when tried to create a JIRA instance inside AWS Lambda function

Maneesha Guggilam May 19, 2022

In AWS Lambda function , trying to create a jira instance like this

options = {"server": "http://***.net"}

jira = JIRA(options=options, basic_auth("****","****"))

But , while executing ,getting "JiraError HTTP 403" . Do we have add any policies to lambda function to access jira server for creating jira instance.

Any suggestion will be helpful. Thanks in advance.

 

0 answers

Suggest an answer

Log in or Sign up to answer