Function: I am asked to build a dashboard that can automatically extract issue data from Jira and update in PowerBi on a scheduled interval.
Question 1) How best can I automate Jira into PowerBi and what are the parameters needed to access (see problem)
Question 2) How should I structure the flow ( what triggers/actions do I need) to automate the JSON pull from Jira into PowerBi? (see problem)
Problem
I am attempting to establish a connection to a Jira API from Power Automate using an HTTP request. I have confirmed that API is open using Postman and have successfully connected to the API and extracted a JSON collection. However, my requirement is to automate the process with PBI/PowerAutomate. For context, this is the URL I used to connect to Jira in postman along with my Bearer Token https://jira.boozallencsn.com/rest/api/2/search?jql=project=DARKLABS&maxResults=1000.
I then an attempted to replicate the success in Postman in powerautomate with no success. I also tried the Jira connector with no success. See images below.

