This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi there,
I am trying to configure a report to automatically refresh that use Jira as it's source and getting the following message:
The report I have created requires parameters of the Jira URL and Project Key:
I have tried reading about RelativePath but struggling for what the solution is....can anyone advise?
Solved! Go to Solution.
The solution was:
= Json.Document(Web.Contents(#"Jira URL",[RelativePath = "/rest/api/2/search?jql=project%20%3D%20" & #"Project Key" & "%20AND%20resolved%20%3E%3D%20-52w%20AND%20issuetype%20not%20in%20(Epic)%20order%20by%20created%20DESC"]))
The solution was:
= Json.Document(Web.Contents(#"Jira URL",[RelativePath = "/rest/api/2/search?jql=project%20%3D%20" & #"Project Key" & "%20AND%20resolved%20%3E%3D%20-52w%20AND%20issuetype%20not%20in%20(Epic)%20order%20by%20created%20DESC"]))
Can you provide an answer that considers my parameters and their names? Otherwise this isn't a helpful response 😞
Sorry I'm not sure what that should be given the names of my parameters and the text given what I currently have:
= Json.Document (Web.Contents(#"Jira URL" & "/rest/api/2/search?jql=project%20%3D%20" & #"Project Key" & "%20AND%20resolved%20%3E%3D%20-52w%20AND%20issuetype%20not%20in%20(Epic)%20order%20by%20created%20DESC"))
Could you elaborate?
Try something like this:
let
Source = Json.Document(Web.Contents("https://companyname.atlassian.net/rest/api/3/search?jql=project in ('TEST')", [Headers=[Authorization="Basic " & Credentials]])),
Hi @FlowViz
Try below it should work:
let
Source = Json.Document(Web.Contents("API URL", [Headers=[#"Authorization"="Token <<TOKEN>>"]])),
....
....
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 10 | |
| 9 | |
| 9 | |
| 7 | |
| 6 |
| User | Count |
|---|---|
| 31 | |
| 25 | |
| 24 | |
| 20 | |
| 18 |