-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: REST API
-
None
-
1
-
3
Hello Team,
We have Jira data center with MFA enabled on it. i.e. MFA -> Jira (Authentication EMEADD) -> Jira access.
Now, We are trying to create an automation using power automate (Microsoft tool).
Steps to use REST API in Our Jira environment:
1. Create Azure access token.
2. Create JESSION_ID using above azure access token
3- Hit Jira REST API to perform any desired action using above two values: "azure_access_token", "jession_id".
Now, when we are trying to implement this in Power Automate using "HTTP action" we are able to do step 1, step 2 but when trying to perform step 3 , Jira not allowing us to perform action and treating the user as "anonymous.".
We are requesting you to give an option for such scenario.
Thanks