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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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