Fetch data from JIRA to excel

Sarvesh Mehra September 2, 2015

Hi. I am trying to count number of bugs which are reported every week in specific projects with JQL (I am not sure how to get count only). and then I want to get this number in excel, so that I can see how many bugs have been reported, in comparison to last week, last month, last year. And I am drawing excels graphs using that data. Excel is storing my data and drawing graphs for me but I need to have data from JIRA automatically based on filters, I apply.

So I need counts of bugs in projects (not bugs), historic data and how to fetch them directly from excel so that I don't need to go to JIRA. I trying to automate my reports. We have JIRA version 6.4.9

I hope I am able to describe my question and now waiting for response.

 

Thank you.

16 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

3 votes
Answer accepted
Philipp Suchan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 8, 2019

See here for the official Jira Cloud to Excel export:  https://marketplace.atlassian.com/apps/1221301/jira-cloud-for-excel-official

This plugin supports JQL from within Excel via the new Jira() function.

Stephan Grubbe Sølby November 12, 2019

My initials tests with the new plugin works. Sort of.

I am still unable to get the parent reference for any subtasks no matter what I do. The data is definately there because I get the data when I query the API directly. 

Any one else has this experience?

Samuel Ballé January 24, 2020

I cannot find the documentation about the JIRA.JQL() function. I saw yesterday some examples but I closed the page and cannot find it anymore.

It should be linked to the support tab of the addon.

Like Tara Husband likes this
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 17, 2021

Hello Everyone,

Several teams have interacted In this thread for the past few years, so here is an updated answer for everyone interested in this matter:

Atlassian has deployed some solutions to manage Jira Cloud issues directly from Excel or Google sheets and provide an easier way to build reports integrating both applications. You can check below the two free apps that provide this functionality:

Jira Cloud for Excel official

Jira Cloud for Google Sheets official

With the end of sale for Jira server, we are not planning to develop any official integration option that provides this integration, however, there are some third-party vendors that provided some paid solutions to achieve the same goal. You can check our Atlassian marketplace for some available options:

https://marketplace.atlassian.com/

Thanks!

37 votes
Dave Ahlers December 13, 2017

You can easily and automatically import Jira Cloud data directly into Excel by following these steps:

 

1. Create a filter view in Jira with all of your desired columns, save it, and make a note of the path.  Example: https://mycompany.atlassian.net/issues/?filter=11940

2. Change the path to https://mycompany.atlassian.net/sr/jira.issueviews:searchrequest-csv-current-fields/11940/SearchRequest-11940.csv

Note that going to this URL in your browser returns a CSV file.

3. Start Excel, and select Data menu, New query, From Other Sources, From Web

4. A dialog will appear asking you for the URL. Paste in your CSV URL from step 2, and click OK

5. You will be prompted with a permissions dialog.  Select Basic authentication, enter your Jira username and password, and click Connect.

6. After Excel connects, you will see a dialog with a preview of the table.  Click Load to load it into the current worksheet.

 

From this point forward, your Jira credentials will be cached, and you can update the query at any time by clicking Data/Refresh all.

Michael Rothstein December 19, 2017

This is exactly what I needed. I had been downloading the CSV, putting it into a folder and connecting to it that way. It never occurred to me that I could directly link Power Query to JIRA through a Web data connection. Brilliant! This saves me a huge amount of time.

If you enter you credentials wrong or need to change them, it's not easy to find as you're not prompted again after entering them. Here's how to fix it. I'm using Excel 2016 (Office 365):

  1. Right click your Power Query entry in "Queries & Connections" select Edit
  2. Click "Data source settings". A list of data sources is displayed.
  3. Find the data source you want to modify and select "Edit Permissions"
  4. Under "Credentials" you can change your login type, from using Windows Credentials, to Basic (to enter your own username/password) etc.
  5. For Privacy Level, I used "Private" in my setting.

Hope that helps and thanks for the info!

Like # people like this
Peter Schulze January 25, 2018

The path does not seem to work with JIRA v6.4.13.  My filter is in the format: https://mycompany.atlassian.net/jira/issues/?filter=39787

would someone know the corrsponding CSV path?

I tried various choices like https://mycompany.atlassian.net/jira/sr/jira.issueviews:searchrequest-csv-current-fields/39787/SearchRequest-39787.html  but no luck.  

searchrequest-printable works but it creates 2 rows if I include the labels column so wanted to try CSV.

Dave Ahlers January 25, 2018

The URL's have not changed for me.  Not sure why your path is different. The way I determined the CSV path was by looking at the network traffic in Fiddler when I clicked the link to download a CSV of the report.  You can use the same technique.

Peter Schulze January 25, 2018

Thanks I don't see an option to download csv files in the jira instance we have.  Perhaps it has been disabled. 

Josh Pocus February 21, 2018

Peter,

Your URL needs to have .CSV at the end of it instead of .HTML . 

xiaofeng li March 5, 2018

From reading other people's posts, the export to .csv option is no longer enabled by default, your company's JIRA admin would need to enable the option.

I've also tried to fetch data from the export xls. option, and it does not work.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 5, 2018

Nope, wrong.  Export to CSV is fully enabled in all all Server versions of Jira, and still available on the last Cloud system I looked at a couple of minutes ago.

What are you looking at?

Sowdesh Subramanian March 11, 2018

Hi Guys, Me too trying the same. But i am getting error as "The command you selected is not available from this shortcut menu." while clicking import option. But using the URL i am able to download the csv successfully.

Steps followed:

1. Create a filter view in Jira with all of your desired columns, save it, and make a note of the path.  Example: https://mycompany.atlassian.net/issues/?filter=11940

2. Change the path to https://mycompany.atlassian.net/sr/jira.issueviews:searchrequest-csv-current-fields/11940/SearchRequest-11940.csv

Note that going to this URL in your browser returns a CSV file.

3. Start Excel, and select Data menu, New query, From Other Sources, From Web

4. A dialog will appear asking you for the URL. Paste in your CSV URL from step 2, and click OK

5. You will be prompted with a permissions dialog.  Select Basic authentication, enter your Jira username and password, and click Connect.

6. After Excel connects, you will see a dialog with a preview of the table.  Click Load to load it into the current worksheet.

Please help me in this 

Like Matthew Traenkle likes this
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 11, 2018

That's not a native Jira message, which suggests an add-on is in use.  I'd look at the docs for that (If you don't have access to something in Jira, it hides it, not blocks it after selection)

Romal Kamble April 5, 2018

Did you find the solution to this problem? I am also running into the same error. 

Dallan Fry May 10, 2018

I am having an issue with this as well, but I am not getting an error. My power query in excel is setup correctly and I can successfully pull the same CSV  from other URLs, but when I try to connect to Jira the data does not populate; the preview always shows up empty.

Above it was mentioned that I should not be blocked by any permissions, but I believe that there is some authentication issue at hand and I can't figure it out.

 

Below are the steps I used in detail:

 

  1. Login to jira.mycompany.com
  2. Saved a filtered list of issues within the my project (https://jira.mycompany.com/issues/?filter=12345)
  3. Selected Export dropdown menu
  4. Right-clicked on the CSV (Current fields) option and select Inspect
  5. Copied the CSV URL (https://jira.mycompany.com/sr/jira.issueviews:searchrequest-csv-current-fields/12345/SearchRequest-12345.csv)
  6. Open Excel Workbook
  7. Select the Data tab
  8. Select Get Data -> From Web
  9. Pasted the CSV URL in the Web Address box (Basic selected), clicked OK

 

From here, the preview window was showing up empty so I made sure that I had the correct permissions set by doing the following:

  1. Select Edit on the preview window
  2. Select Data source settings
  3. Select Edit Permissions
  4. Select Edit (Permissions were already set to Basic)
  5. Select Basic from the side panel on the left
  6. Entered jira.mycompany.com credentials
  7. Click Save and closed the windows, returning to the Power Query Editor
  8. Click Refresh Preview

 

Any insight on how to resolve this problem?

Like Jose Ramirez likes this
Edmundo Agustin Canales Mercado June 19, 2018

i'm following the same steps, but in the preview is showing HTML code instead of the CSV information, if i go to the link https://mycompany/jira/sr/jira.issueviews:searchrequest-csv-current-fields/51155/SearchRequest-51155.csv the CSV is downloaded correctly and without any issues, but when i copy that link to the power query option in excel it returns HTML code, does anyone knows how can i solve this? 

 

thank you.

Like # people like this
Ken Parry June 19, 2018

Try adding the "?" to the end of your URL

Edmundo Agustin Canales Mercado June 19, 2018

@Ken Parry  i'm having the same issue doing this: 

"https://mycompany/jira/sr/jira.issueviews:searchrequest-csv-current-fields/51155/SearchRequest-51155.csv?"

is there an specific position i need to add the "?" ?

Ken Parry June 19, 2018

The ? is at the end as you show.. 

make sure you are using:

Select: New Query->From Other Sources-> From Web

 

Then I have :

File Origin: 65001: unicide (UTF-8)

Delimiter: Comma

Date Type Detection: Based on first 200 rows

 

Hope this helps

Kevin Middleton July 17, 2018

I was having problems even getting it to download from the URL.  I went back to the app and did a right click on the download as CSV link and found that there was a limit added to the end of the URL in Jira.  I guess you can't download more than 1000 rows at a time (certainly when I tried 2000 it didn't work).

?tempMax=1000 was appended to the URL:

https://mycompany.atlassian.net/sr/jira.issueviews:searchrequest-csv-current-fields/11866/SearchRequest-11866.csv?tempMax=1000

Like Charlie Babcock likes this
Tushar.Talele2 November 30, 2018

The solution suggested at the top of this post works for me. I used basic authentication and specified my credentials. But when the excel file is shared with other team members, the import operation fails with following message in excel when the member tries to refresh the excel table : "Initialization of data source failed. Check the database server or contact your administrator. Make sure the external database is available, and then try the operation again. If you see this message again., create a new data source to connect to database." The same operation works on my machine. Please suggest possible solution.

Armando Garcia April 8, 2019

Did you passed your credentials as well?

I understand the filters are available only to the user that created it, unless it has been shared. 

Thomas Fraser May 23, 2019

The Method for connecting Excel to a Jira Cloud instance has changed slightly.

You now have to generate and use an API Token as the password, rather than your normal password.

https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/

https://confluence.atlassian.com/cloud/api-tokens-938839638.html

https://id.atlassian.com/manage/api-tokens

Update of Dave's original instructions:

  1.  Create a filter view in Jira with all of your desired columns, save it, and make a note of the path.  Example: https://mycompany.atlassian.net/issues/?filter=11940
  2. Change the path to https://mycompany.atlassian.net/sr/jira.issueviews:searchrequest-csv-current-fields/11940/SearchRequest-11940.csv
    Note that going to this URL in your browser returns a CSV file
  3. Start Excel, and select Data menu, New query, From Other Sources, From Web
    (Note - this might be different depending on your version of Excel. I found it easiest to use the Power Query add on - which is a free microsoft add-on.)
  4. A dialog will appear asking you for the URL. Paste in your CSV URL from step 2, and click OK
  5. You will be prompted with a permissions dialog.  Select Basic authentication, enter your Jira username
  6. Generate an API Token and enter this into the password field, and click Connect https://id.atlassian.com/manage/api-tokens
  7. After Excel connects, you will see a dialog with a preview of the table.  Click Load to load it into the current worksheet.

From this point forward, your Jira credentials will be cached, and you can update the query at any time by clicking Data/Refresh all.

Like # people like this
Yamunadevi N Shanmugam May 24, 2019

Hi,

 

Change your Data source settings with ur jira username and password, it will work.

 

It will be using anonymous currently

 

-Yamuna

Vaibhav Vaidya June 5, 2019

Hi,

I am able to follow first set of instructions and I got the result in excel by using my project jira board.

1. Create a filter view in Jira with all of your desired columns, save it, and make a note of the path.  Example: https://mycompany.atlassian.net/issues/?filter=11940

2. Change the path to https://mycompany.atlassian.net/sr/jira.issueviews:searchrequest-csv-current-fields/11940/SearchRequest-11940.csv

Note that going to this URL in your browser returns a CSV file.

3. Start Excel, and select Data menu, New query, From Other Sources, From Web

4. A dialog will appear asking you for the URL. Paste in your CSV URL from step 2, and click OK

5. You will be prompted with a permissions dialog.  Select Basic authentication, enter your Jira username and password, and click Connect.

6. After Excel connects, you will see a dialog with a preview of the table.  Click Load to load it into the current worksheet.

 

But if user enters invalid credentials then there is 2 nd set of instructions as:

  1. Right click your Power Query entry in "Queries & Connections" select Edit
  2. Click "Data source settings". A list of data sources is displayed.
  3. Find the data source you want to modify and select "Edit Permissions"
  4. Under "Credentials" you can change your login type, from using Windows Credentials, to Basic (to enter your own username/password) etc.
  5. For Privacy Level, I used "Private" in my setting.

 

As I am using Excel-2013 so Power query is not there. I have installed it successfully and now I am able to see it. But as mentioned in step 2 you will see list of data sources but for me this is showing as blank

Please provide me resolution as I got stuck between this..

Thanks!!

Nilesh Narkhede July 9, 2019

Seems Basic Authentication is not working from excel, what could be reason.

Brendan Walker July 9, 2019
Brian Allen July 11, 2019

Used Get Data from Web and able to preview the Jira data just yesterday. But when I attempt today and click on Load, I get an error that I am not authorised which seems odd since the data is showing in the preview.  Any suggestions?

Felicia Nathhorst Malmgren September 12, 2019

Hi,

By using the API way, it works fine. For me... No one else in my team can refresh the data but myself. The filter is open (and they can access it) and they have access to the location where my excel file is stored (Sharepoint). 

Any ideas on how to make it work for all?

Patterson Waltz October 2, 2019

For those who

  • prefer not to define a filter and also
  • don't want to have to select and flatten the fields returned by an API call,

you can get the same CSV results exporting all available fields as documented above by using the following URL structure, which includes a JQL query parameter: 

 https://mycompany.atlassian.net/sr/jira.issueviews:searchrequest-csv-all-fields/temp/SearchRequest.csv?jqlQuery=

and, as mentioned above, you can also choose to export only the set of fields currently displayed in the Jira user interface:

https://mycompany.atlassian.net/sr/jira.issueviews:searchrequest-csv-current-fields/temp/SearchRequest.csv?jqlQuery=
Like Phil Caughley likes this
Venkata Gunta December 3, 2019

Atlassian discontinued the basic authentication using email + password, but it's possible to log in using an API token.


Steps:

Log into Jira and go to https://id.atlassian.com/manage/api-tokens
Generate a new token and give it any name you like. Copy it (once it is generated and saved, it cannot be viewed again. If you forget it, you'll have to create a new one).
In power BI, paste the generated token in place of the password, in the "Basic authentication" tab.
The connection will be sucessful now.

Like Michal Pasik likes this
5 votes
Brendan Walker November 15, 2018

Hi all,

A lot of comments bout using CSV. I've actually followed very similar step but am using the APIs instead. MUCCCHHHH better. The data is much richer and you don't run into troubles when importing fields that are multi-select. In CSV, multi-select field come up in separate columns which you might not be able to predict so you transform logic become fragile.

Here's what I did... very similiar to the CSV version.

Importing into Excel Using Jira APIs

  1. Create a filter, or JQL you want to use to establish your data set, and make a note of it. Example: "project=DIG and issuetype=Bug" -> https://mycompany.atlassian.net/issues/?jql=project%3DDIG%20and%20issuetype%3DBug
  2. You then want to use the search API to retrieve all the issues and their meta data. I also advise you limit the query to the columns you want, not everything to limit the hit on the database, noting that the Cloud APIs will only return 100 records at a time - don't worry though you can appen them all in Power Query. Example API call: https://mycompany.atlassian.net/rest/api/3/search?jql=project%3DDIG%20and%20issuetype%3DBug&fields=issueType,summary,assignee,status,created&maxResults=100&startAt=0)
  3. Start Excel and the Power Query editor. This is different in different versions of Excel, but you need Excel 2016 or above I believe.
  4. You need to create a function in Power Query to load the first 100 rows and then call this function multiple times in order to get all your data. I haven't bothered figuring out how to set this up without hard coding, but I'm sure a techie could get onto that - I'm just a dumb project manager! ;) You'll need to add these using the Advanced Query editor initially. You can follow the wizards but this blog would be too long if I tried to explain that. :/
  5. Here's a copy of the function I set up: Query: LoadJiraIssuesFn
let LoadJiraIssuesFn = (startAt as number) =>
    let
        Source = Json.Document(Web.Contents("https://mycompany.atlassian.net/rest/api/3/search?jql=project%3DDIG%20and%20issuetype%3DBug&fields=issueType,summary,assignee,status,created&maxResults=100&"&Text.From(startAt))),
        issues = Source[issues],
        #"Converted to Table" = Table.FromList(issues, Splitter.SplitByNothing(), null, null, ExtraValues.Error),
        #"Expanded Column1" = Table.ExpandRecordColumn(#"Converted to Table", "Column1", {"key", "fields"}, {"key", "fields"})
    in
        #"Expanded Column1"
in LoadJiraIssuesFn
  1. And here's a copy of the query to get all the data out: Query: LoadAllJiraIssues
let
// load all the records (this is will only load 200 records unless I make the call a few more times)
    Source = Table.Combine({#"LoadJiraIssues"(0),#"LoadJiraIssues"(100)}),
    #"Filtered Rows" = Table.SelectRows(Source, each true),
// Expand out the results to get the data
    #"Expanded fields1" = Table.ExpandRecordColumn(#"Filtered Rows", "fields", {"summary", "assignee", "created", "status"}, {"fields.summary", "fields.assignee", "fields.created", "fields.status"}),
// Expand out some of the fields to get display names
    #"Expanded fields.assignee" = Table.ExpandRecordColumn(#"Expanded fields1", "fields.assignee", {"displayName"}, {"fields.assignee.displayName"}),
    #"Expanded fields.status" = Table.ExpandRecordColumn(#"Expanded fields.assignee", "fields.status", {"name"}, {"fields.status.name"}),
// Rename the column because I'm OCD
    #"Renamed Columns" = Table.RenameColumns(#"Expanded fields.status",{{"fields.summary", "Summary"}, {"fields.assignee.displayName", "Assignee"}, {"fields.created", "Created"}, {"fields.status.name", "Status"}, {"key", "Jira Id"}})
in
    #"Renamed Columns"
  1. When you run the query, if you haven't already, you'll be prompted with a permissions diaglogue (much like the CSV version shown in other people's responses). Select Basic authentication, enter your Jira username and password, and click Connect.
  2. After Excel connects, you will see a dialog with a preview of the table.  Click Load to load it into the current worksheet. From this point forward, your Jira credentials will be cached, and you can update the query at any time by clicking Data/Refresh all.

(Thanks Dave Ahlers for the CSV tips above - I unashamedly based this on yours! Thanks mate - this really helped!)


Some other things to note:

  • I've done this with the Cloud APIs, so am just assuming it works the same for Server version. I'm not a Jira guru... yet. :)
  • If you've just switch over to Atlassian Access for SSO, then you'll need to realise that the APIs (and CSV) imports don't authenticate against the SSO. Not sure why, and I'm no way an expert in this area - like I said, a dumb project manager - so best to talk to your security gurus about that kind of thing. :) To authenticate, you'll need to use old passwords, as stored on the Atlassian servers. If the people using your spreadsheet can't remember the password then an admin will have to reset it for them.
Brendan Walker November 15, 2018

With this method I've been able to produce reports like this in Excel really quickly that also update with the press of a button. They look much nicer than what I can do in Confluence and no plug-ins required.

Capture.JPG

Like # people like this
Deleted user November 19, 2018

Thank you for sharing, @Brendan Walker

sim xing January 28, 2019

I'm using Excel 2013. I couldn't find "Data menu, New query, From Other Sources, From Web". So, I use "Data menu->From Web" directly, which pops up a window called "New Web Query". I pasted the cvs file path 

https://jira.mycompany.com/sr/jira.issueviews:searchrequest-csv-current-fields/30167/SearchRequest-30167.csv

into the address field. There is no place to choose "Basic authentication". Only button "GO" and "Import", which pops up a window asking me to either open or save. 

Is that something related to permission, excel version, or I don't have something needed on my machine? Thanks! 

Like ahollis likes this
Michael Rothstein April 8, 2019

I use Power Query which is built into Excel 2016, but you have to install it separately for Excel 2013:

https://www.microsoft.com/en-us/download/details.aspx?id=39379&CorrelationId=47d681b1-b38d-4253-8eff-237b2602509f

Like Stephan Grubbe Sølby likes this
Stephan Grubbe Sølby June 27, 2019

Thanks @Brendan Walker This is exactly what I needed. Had some trouble getting it to work in Excel though, but managed to get it done.

Stephan Grubbe Sølby September 26, 2019

Maybe I should just explain my trouble at bit more. It turns out the original query miss the startAt parameter. It only sets the value leading to always loading the same 100 issues no matter what value startAt has. My version is below with the changed section in green box.

2019-09-26 14_42_52-Avanceret editor.png

sim xing March 3, 2020

I figured it out that a manually installed free plugin power query is needed. Thanks for following up and inputs.

Arvind Yadav November 2, 2020

Hello ,

 

Does anyone know how to use this steps to fetch the data as excel in Excel 2016. I get an error "External Table is not in expected format" when I tried to use this link in the power query.

https://mycompany.atlassian.net/sr/jira.issueviews:searchrequest-excel-current-fields/11940/SearchRequest-11940.xls

 

The reason why I need this is because certain fields like asignee / owner etc get converted to windows id of the organization instead of pulling the name. Otherwise csv does the trick in most cases.

3 votes
Midori
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 16, 2016

Use the Better Excel Plugin that makes creating this report easy:

  1. Write all issues to include in the report to a worksheet (make sure you export the project and creation date for each issue)
  2. Calculate the creation year, month, week from the creation date using Excel functions
  3. Create a pivot chart from this worksheet, using the project field on the horizontal axis, and the creation year, month, week on the other
  4. Draw a pivot chart from the pivot table

If you have the working template, you can refresh this any time using the latest issue data.

 

Adrian Galarza October 9, 2018

When I put the given path into a browser, I get the CSV file:  https://mycompany.atlassian.net/sr/jira.issueviews:searchrequest-csv-current-fields/11940/SearchRequest-11940.csv

When i set up the web query in Excel, I get HTML code in the columns and only a single row of data.

My hypothesis is that it's caused by my company's Single Sign-On. When I log in to jira, I put in my work email and it then takes me to a SSO page to re-enter my log in info. I believe that my credentials are not making it to that second sign on page or are not getting accepted. Any ideas?

brendanwalker October 24, 2018

Adrian, I reckon I've just bumped into the same problem. We just converted to SSO via Cloud and I now can't access these URLs from Excel anymore.

+1 on any ideas?

Like Adrian Galarza likes this
Müller Daniel November 13, 2018

Unfortunately, I run into the same problems as Adrian Galarza. When connecting through query in Excel, I get HTML code (e.g. <!DOCTYPE.html> etc. and further down meta-names and javascript-code. In addition, no real data from JIRA is imported. Does anybody know how to configure the query correctly?

brendanwalker November 13, 2018

So I got it working again. The cloud APIs don’t use the SSO credentials. They still link to the old password stored on Jira servers.

Problem is if this has expired the teams can’t reset it without contact the admin - fortunately I am one. 

Either way I got it working again and now have some great looking dashboards in Excel without the need for any fancy plugins - just Jira APIs and Power Query.

Happy to share if anyone is interested.  

Like # people like this
Adrian Galarza November 13, 2018

Brendan, nice job getting it working! Please do share how you did it. (I'm not a programmer, but might be able to get some help here at work.)

Müller Daniel November 13, 2018

we finally got it up and running. There is a strong need to reset the access to login-type=standard (not windows!!!) and set username/password. Data then was importing correctly to PowerQuery in Excel.

The first row has to be configured as header-row and several headers had been modified. In addition, the type of some attributes had been adapted (e.g. original estimate, time spent and remaining estimate to type=number, etc.).

Unfortunately, times are not available in detail but consolidated per issue. This is not useful for our needs. Does anybody know how to get a detailed list for reported hours per user, per day etc.?

Yamunadevi N Shanmugam May 24, 2019

Edit ur data source settings

Felicia Nathhorst Malmgren September 12, 2019

Hi,

By using the API way, it works fine. For me... No one else in my team can refresh the data but myself. The filter is open (and they can access it) and they have access to the location where my excel file is stored (Sharepoint). 

Any ideas on how to make it work?

1 vote
Ken Parry April 3, 2018

Answer from Dave Ahlers above worked for me after I used Fiddler to get the exact query "https://MyCompany.atlassian.net/sr/jira.issueviews:searchrequest-csv-all-fields/12345/SearchRequest-12345.csv?"  _ I was then able to use the query editor to remove the columns that I did not want... Thanks so much!

Sujit Gangadharan April 26, 2018

I am a novice on using JIRA and have only basic understanding of Fiddler. Could you help me with a couple of hints on how you used fiddler to capture that URL, please?

Appreciate the help

Sujit

Ken Parry June 19, 2018

You could just enable develop console and view the console to see what the sent code is.. for instance in Chrome it's Ctrl+Shift+I to enable  - look for the Console Window

Sujit Gangadharan November 13, 2018

Thank you, Ken.

I had got distracted :-) when I could not make progress with this. Will try again.

1 vote
Pablo Beltran
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 3, 2015

SQL for JIRA is a standard SQL API for reporting on JIRA with support for SQL aggregation functions like COUNT, SUM, etc. It also supports JIRA JQL, therefore you can execute:

SELECT COUNT(*) FROM ISSUES WHERE JQL = 'project=MYPROJECTID and type = Bug' 

The database SQL query above will execute the JIRA JQL query and count the number of issues returned.

You could write a small Java program to save the results in a file with CVS format, for instance.

SQL for JIRA is really powerful add-on and it would be able to provide all the data sequence at once (all the bugs for a project grouped weekly for a period of time).

SQL for JIRA  can be integrated seamlessly with Birt Reports for JIRA if you want to create a nice chart graph and display it on a JIRA Dashboard.

In this way, you would be able to see the graph up to date on JIRA itself at any time.

0 votes
Pete Rooney June 5, 2020

As Jeff suggested above:

Sub FollowJIRAQuery()

    Dim QueryString As String

    QueryString = "https://jira/sr/jira.issueviews:searchrequest-csv-current-fields/99999/SearchRequest-99999.csv"

    ActiveWorkbook.FollowHyperlink QueryString

End Sub

Will open the results of query 99999 directly into Excel. Again, you need to be logged in first.

Dan Zietlow October 21, 2020

Has anyone successfully been able to fetch data from Jira to Excel in the current 2020 version of Jira Software Cloud with either the CSV file or Cloud API method not using any add-ons?

TIA,
Dan

0 votes
Jeff Abbott May 11, 2020

Cheap and dirty method here. 

You can embed the URL that downloads the csv as a hyperlink an Excel cell. Then use VBA to execute that link. You would need to have already logged into JIRA through your web browser.

Range.Hyperlinks.item(1).Follow

Put in a do while loop that then waits for the file to open in Excel. The ActiveWorkbook.Name will match the csv name you provided in the url. I recommend you include a wait time threshold and prompt the user to keep waiting if there is no response in 10 seconds or so. Once the file is opened, use code to automate what ever task you are interested in completing in Excel.

0 votes
Adam Lee March 4, 2020

Firstly, thank you all for the information above. It was exactly what i was looking for. I am using the power query to download the JIRA data and then using pivot tables to create a dashboard, i have also added a macro refresh button.

My next hurdle is to set up the source data download so that anyone who opens the dashboard in the company can refresh. Is it possible to change the credentials from basic to anonymous by adding the API key to the source URL code? I have done this in the past by adding "&key=XXXXXX" with another ticketing system and it worked well. 


Thanks,
A

0 votes
Mohamed Patel March 1, 2020

If you've got your own JIRA server and an older JIRA version you can try

"https://<my jira server>/sr/jira.issueviews:searchrequest-excel-current-fields/11940/SearchRequest-11940.xls"

0 votes
Zheng Li October 23, 2019

this document is useful. However, I met "forbidden" error when export result over 1000. Is there any solution to export result over 1000? 

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 23, 2019

Please see the discussions above.

Balu All November 16, 2019

Is there a way to achieve fetching data from JIRA JQL into spreadsheet by using VBA? I have Excel 2013 that does not have Power Query. I am afraid it is a workstation and therefore I am unable to download the dll from M$oft.

0 votes
Tee Emm October 10, 2019

Created an account just to share this comment. :)

Found this discussion to be very rich, diverse, informative, and polite.

Thank you all for your contributions. 

I implemented the solution using PowerQuery with the URL containing the CSV link and basic authentication. While it works well for me, ideally I'd like to authenticate using the credentials of the user opening the Excel workbook. But, that's a task for later.

0 votes
Astidis August 28, 2019

Excel Jira Error.PNGNeed some help on getting the link to work. Modifying the

"//mycompany.atlassian.net/sr/jira.issueviews:searchrequest-csv-current-fields/11940/SearchRequest-11940.csv"

Link and posting it into a web browser opens the data in Excel as desired. 

When I use the same link in Excel "Get Data" wizard as described in the post, the wizard preview show lots of blank rows with a few XLM objects (<!DocType html>. <head>, <meta charset=...>.

Any suggestions on how to resolve? 

Jocelyn Menard September 25, 2019

Astidis. had the same problem. I manage to make it work by changing the permission.

From where you are on your screen shot, click on edit..

In the Power Query editor window, do the following:

 

  1. Click "Data source settings". A list of data sources is displayed.
  2. Find the data source you want to modify and select "Edit Permissions"
  3. Under "Credentials" you can change your login type, to Basic (to enter your own username/password) etc.
  4. For Privacy Level, I used "Private" in my setting.
  5. Click on OK then Close
  6. Do a refresh all under refresh.
Like # people like this
Deleted user October 8, 2019

Hey, are you able to have the data actualized every time or you need to regenerate a new excel report every day? Thanks ! 

Jocelyn Menard October 8, 2019

I actually have a VBA script that refresh the data at a click of a button.

Like # people like this
Luca Palermo February 6, 2020

Jocelyn, send the code please :)

Jocelyn Menard February 6, 2020

Hi Luca.

You can call the refresh with this:

Worksheets("[Sheet name where your backlog was originally loaded]").ListObjects(1).Refresh

The sheet needs to be selected first.

This is my specific code

     Set wsBkl = Worksheets("Backlog")

     wsBkl.Select

     wsBkl.ListObjects(1).Refresh

Luca Palermo February 6, 2020

But where is the code to pull the issue table ?

Jocelyn Menard February 6, 2020

Hi Luca, there is no code to initially pull the table. You have to create your query in Jira then set it up in Excel into a worksheet. My code is only to refresh whenever needed.

The original set up is describe several time in this post. I'm not gonna pollute the post with another copy of it. You can look at Dave Ahlers post form Dec.13 2017 for that

Angat's random corner May 7, 2020

I followed what @Jocelyn Menard  proposed of changing the permission. Still i am getting XML output. Now able to get data in CSV format

this is my URL , https://agile-jira.myCompany.com/sr/jira.issueviews:searchrequest-csv-current-fields/65419/SearchRequest-65419.csv

Using excel 2010

Any suggestion how to resolve

exceldata.pngpermission.png

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2015

getIssueList from JIRA Command Line Interface (CLI) produces a CSV file that can be imported into Excel.

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2015

You'll probably be able to find some reporting add ons in the marketplace:

For example:

 

 

Pablo Beltran
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 3, 2015

Timothy, A new integration of Birt has been released recently: https://marketplace.atlassian.com/plugins/com.kintosoft.jira.birt_viewer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question