Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,553,483
Community Members
 
Community Events
184
Community Groups

When exporting from issue navigator, not all columns are exported

Amir Katz _Outseer_
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.
Jul 01, 2018

I have an issue type with 13 custom fields. I need to export the issues with all the custom fields and with the relevant system fields (issue type, summary, description, etc.)

When I run the query and then export with Export --> Excel (Current fields)

some fields are missing.

I've also tried the add-on Better Excel Plugin for Jira (BEPJ), but also with it some fields are missing.

I can do Export --> Excel (All Fields) (which is also available in BEPJ) but then I have to perform a massive clean-up on the resulting Excel file to remove a large number of irrelevant fields.

It seems to me that the Jira API which is invoked by the built-in export (and probably is also used by BEPJ) is buggy.

I am on Jira 6.4.11 and I cannot upgrade to a newer version in the foreseeable future.

Anyone seen this? Any workaround?

I can write Python code to extract the data from Jira into an Excel but I prefer to avoid that route for now.

7 answers

1 accepted

1 vote
Answer accepted
Amir Katz _Outseer_
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.
Jul 23, 2018

Here's the official answer from the guys at Midori (developers of Better Excel Plugin for Jira):

Hi Amir,

This problem is related to Jira's behavior, not to our app's functionality.

Please check these pages:
https://confluence.atlassian.com/jirakb/column-order-when-exporting-a-filter-search-296913345.html

Exporting column ordered issues
https://confluence.atlassian.com/jirasoftwarecloud/saving-your-search-as-a-filter-764478344.html#Savingyoursearchasafilter-clonefilternavigatorcolumnsDefiningafilter-specificcolumnorder

Best Regards,
Ferenc Nagy
Midori Software Engineer

4 votes
Amir Katz _Outseer_
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.
Jul 01, 2018

OK, after digging deeper, I found the reason - the Export-->Excel (current fields) takes the columns from My Defaults instead of from Filter, as shown below.

However, I did not find any way to force the export to use the Filter option.

Further investigation:

Using the BEPJ export, all fields are exported when the query finds 2 issues.

If I change the query to find more than 2 issues, it reverts to using My Defaults and only 20 fields are exported to the Excel file.

 

2018-07-01 15_10_23-[TOP export - Top Tasks Active] Issue Navigator - RSA Security JIRA.png

Dear all,

I found a way to export filter instead of my defaults.

 

After you have your filter done you have to save as new filter, then navigate to columns and click Done on your preferred columns filter.

 

This way it exported correct columns for me.

Awesome! I updated my JQL, searched, saved my filter, then exported  to XLSX and all of my columns were successfully exported. Thanks for pointing me in the right direction :) 

I've been trying to figure this out and this worked for me to! Thanks for sharing

1 vote
Amir Katz _Outseer_
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.
Nov 20, 2018

Just to let people know - due to the problems and complexity of exporting to multiple CSV files and then merging them together (since Jira limits a query to 1000 issues), I have switched to using JIRA REST-API to retrieve all the fields into multiple JSON files.

If you need a CSV as the final outcome, this thread is still for you.

But, if you, like myself, need to get the data, process it and then take it elsewhere, please see my posting here: https://community.atlassian.com/t5/Jira-Core-articles/How-to-export-issues-and-their-links-via-JSON-instead-of-CSV/ba-p/940548

I think my user is having the same/related problem. Would someone mind confirming?

1. User "A" created a filter.

2. User "A" exports that filter to Excel and the columns are correct

3. User "B" exports that same filter to Excel & G Sheets but the columns are different and in a different order from what User "A" has.

The problem is present when I tested it using my admin login too. Insights? Fix?

0 votes
Amir Katz _Outseer_
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.
Jul 01, 2018

Ugly workaround for now (I have 26 fields total):

1. Export all issues with Better Excel - I get 20 fields (including Key) --> save in A.xlsx

2. Change columns, select Key + 6 fields that are missing from #1 --> save in B.xlsx

 --> Notes:

  • sort order must be the same,
  • Make sure you got the same # of results (meaning that no new issues were added between step 1 & 2)

3. Copy A.xlsx --> C.xlsx

4. Open B, copy the 6 columns to cliboard

5. Open C, paste using "Insert Copies Cells"

6. Voila! C.xlsx has all columns

0 votes
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.
Jul 01, 2018

What type of fields are they, and have they got "searchers" set on them?  (Admin -> Custom fields -> <custom field> -> Edit will tell you what the searcher is.  Almost all fields have one set by default)

Amir Katz _Outseer_
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.
Jul 01, 2018

Hey Nic,

The problem is not with the custom fields but rather with system fields such as Description, Priority, etc.

As I said, in the issue navigator I see all fields that I marked; the export omits some.

To your question, I did not check all fields, but those that I did have the default searchers.

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.
Jul 01, 2018

Ok, the system fields always have searchers.

Which system fields are missing?  (All the system fields have a "type" that's the same as their name, so we don't need to ask about them)

Suggest an answer

Log in or Sign up to answer