Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
mpkorich
Frequent Visitor

How to supplement REST JSON data query with an supplemental REST call

I want to get all BitBucket pull requests (base REST call) AND their corresponding Jira issues (separate rest call).

The REST calls are as follows:

PRs:  

/rest/api/1.0/projects/RT/repos/RT/pull-requests?limit=150

Jira Issues for the PR:

http://stash.touchcommerce.com/rest/jira/1.0/projects/RT/repos/RT/pull-requests/[pull-request-id]/issues

Now the PRId is part of the first query and the second query returns a list of issue keys and URLs.

Any way to combine these into two connected tables?

Thanks!

0 REPLIES 0

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.