web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Using Connectors
Suggested answer

Connecting to JIRA with HTTP to API how to authenticate

(1) ShareShare
ReportReport
Posted on by 92

Hi,

   I have been trying to connect to JIRA using the HTTP request to GET data using the API. I have no success on how to pass the authetication token. I have done this with othe rPAI using the  header puting "Authorization" and in the value "Bearer XXX". This noramlly works but I'm not sure how to apply this with JIRA....has anyone doen this...does it need a custom connector? Documentation says it supports JWT and OAuth 2.0 (3LO)....

 

Help is really apprecuated as I'm stuck

I have the same question (0)
  • kierian Profile Picture
    on at
    Re: Connecting to JIRA with HTTP to API how to authenticate

    For your scenario to be able pass data from and back to Power Automate flow you need to use HTTP trigger for Azure Function. It is like Web API, so you even can use route parameters if needed. Also Azure Function supports  There you can find more details about HTTP trigger https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook-trigger?tabs=csharp. In addition, there is good QuickStart guides: https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-csharp and  https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-your-first-function-visual-studio.

     

    After you create and test your Azure Function with HTTP trigger you need to create custom connector for this Azure Function. There you can find detailed step by step guide how to protect calls to Azure Function using Azure AD and how to create a custom connector for your Azure Function https://docs.microsoft.com/en-us/connectors/custom-connectors/create-custom-connector-aad-protected-azure-functions.

     

    Hope this will help to achieve your goal. 

     

  • drako Profile Picture
    92 on at
    Re: Connecting to JIRA with HTTP to API how to authenticate

    Hi Kierian,

     

      Why do we need to use Azure Functions and not the HTTP Request in Flow? As it is a call to an API the only thing I need is how to pass the authentication token to the JIRA API in the call. I have done this for other API but having trouble here....I imagine someone has done this with JIRA

     

    drako_0-1619021241148.png

     

  • CU25101813-0 Profile Picture
    2 on at
    Connecting to JIRA with HTTP to API how to authenticate
    This is 3 years old, but the first result I got back from Google so hopefully this will help somebody else out. I don't think this is the best way to do it, but I tested the API calls in Postman first. On the Authorization tab in Postman, select Basic Auth then input your username in the Username field and API token in the Password field. I think Postman converts the username and password to base64 before passing it in the header. Once I had that working I went to the Headers tab in Postman and copied the Value for the Authorization key. I could then paste that value into the HTTP action in Power Automate and it worked fine. I tried generating the header directly in Power Automate using base64('username@org.com:APIToken'), but didn't have any luck.
  • Suggested answer
    trice602 Profile Picture
    14,782 Super User 2025 Season 2 on at
    Connecting to JIRA with HTTP to API how to authenticate
    Hi,
     
    I will share what I have seen:  the connection to JIRA through Power Automate is not very stable and/or works well at all.  That's why there are not a lot of working examples using JIRA here or on the web.
     
    ------------------------------------------------


    If this was helpful, please like and/or mark as a verified answer to help others find this too!


    Always glad to help! 💯💯💯💯💯

    Tom 

    Follow me on LinkedIn - Thomas Rice, PMP | LinkedIn

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 535 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 348 Moderator

#3
developerAJ Profile Picture

developerAJ 262

Last 30 days Overall leaderboard

Featured topics