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

Get Fabric certified for FREE! Don't miss your chance! Learn more

JIRA

NULL
Status: Completed
Comments
mikew4
New Member
Looking for an update on this?
scheckd
New Member
Any updates on this? My organization is very interested in this as well
mcchesney
New Member
I was able to achieve this by creating a new web source with basic authentication with an account with proper access. Here's the power query code: let Source = Json.Document(Web.Contents(":/rest/api/2/search?jql=issuetype%20%3D%20SalesOpportunity&maxResults=1500" )), issues = Source[issues], #"Converted to Table" = Table.FromList(issues, Splitter.SplitByNothing () , null, null, ExtraValues.Error) in #"Converted to Table"
buckaroobonzai
New Member
Content pack works with my on-premise Jira ... am getting an error on save of the report but I think it was due to existing report w/same name.... even though not prompted to check...used the following from AndersF: example url: https://yourdomain.atlassian.net/rest/api/2/search?jql=project = mytestproject order by id&statusCategory=3&startAt=0&maxResults=1000
nucer505
New Member
MS released a content pack for JIRA today. I am not familiar with how content packs relate to PowerBI Desktop and if/when we would be able to import through Get Data? https://mspoweruser.com/jira-content-pack-power-bi-now-available/
lukasz_folwarcz
New Member
What about Jira on premises ? Is it going to be implemented?
sbmcculloch
New Member
Has anyone else noticed that the inbuilt resolved vs created is reporting the wrong figures? I've got 97 items in my board in total with 35 done. That is all we have done so far - but its reporting I have 131 issues and 53 complete? Also on the different tables i've setup for number of bugs, done, etc unless I choose CountID=Distinct I get random results as well. Any tips would be very helpful!!
vino_mahavira
Regular Visitor
How to make open it on Desktop?? Need to have some calculation on this report which has Jira content pack Any Idea's??
erickish
New Member
In PowerBI all the JIRA fields are non numeric. Therefore we cannot sum on anything. Only count 😞
adam_smith8
New Member
What about Jira on premises ? Is it going to be implemented?