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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Query against the JIRA API

Hi Everyone!

I've been dealing with this for a long time, I need to make a dashboard with the data from Jira.
My connection with Jira works fine but every time that I refresh the data it takes many time and I don't need all the information from Jira. Only with the last 6 months would be enough.

I need to make a query against the api of Jira that gives me this information, anyone know how to do it?

Thanks!

 

expand	"schema,names"
startAt	0
maxResults	50
total	12454
issues	
	0	
		expand	"operations,versionedRepr…nsitions,renderedFields"
		id	"16605"
		self	"http://jira.myname.com/rest/api/2/issue/16605"
		key	"TZIR-1"
		fields	
			issuetype	{…}
			components	[]
			timespent	111600
			timeoriginalestimate	null
			description	null
			project	{…}
			fixVersions	[]
			aggregatetimespent	111600
			resolution	null
			aggregatetimeestimate	0
			resolutiondate	null
			updated	"2017-01-19T08:38:44.000+0100"
			status	{…}
	1	{…}
	2	{…}
	3	{…}
	4	{…}

 

2 REPLIES 2
v-yuezhe-msft
Microsoft Employee
Microsoft Employee

@Anonymous,

Please contact JIRA support about how to add date parameter and expand parameter in its REST API to retrieve fields & data in a specific date range, then use Web connector in Power BI Desktop to connect to the API. There are articles about JIRA REST API for your reference.

 

JIRA REST API Tutorials
JIRA REST API examples

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

OK, Thanks @v-yuezhe-msft!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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

Top Solution Authors