Export data from jira into Excel - jira

When I export results of jql query to Excel and try to open this .xls file with results. It doesn't open in Excel 2016. Does anyone faced such problem? What are the solutions

are you sure that the problem relies on jql export?
I've seen some posts around about excel 2016 & .xls incompatibility.
Try an online free excel reader (i.e Google Spreadsheet) to make sure that its the file that is corrupted.
You can read about that bug here.
goodluck

Related

Office 2010 - Excel issue

Today having problems with the Excel file on a Windows 7 laptop. I worked with this file last night without any problems.
The file was saved on a network drive and during saving have not been received error.
When this morning I needed to open the file I got the message about error.
"excel cannot open the file because the file format or file extension is not valid" And also the file is showing up as having 0kb.
Tried an excel repair on the file and also opening up in another program like .docx or .txt. Is there any way of finding out what happened this file or fixing the issue.
File server is running windows 2012 R2 server. Shadow copies are available and I can restore the file to previous version, however the user did alot of work after that time.
I think your file is corrupted and it may be repaired using an excel repair tool; I personally have not used the Excel version of this maker but I have used the Excel Repair Kit and password tool and they work well:
However, if the user was working for a long time Excel may have saved a copy in the users computer C:\Documents And Settings\UserName\Application Data\Microsoft\Excel\filename.xlsx.
Another thing, I use Undelete Server Edition and it has worked great for the last 5 years; every time a user saves a file it makes a copy and it stores it for the time you specify.

HP Fortify Audit Workbench v4 Generation of PDF Report

I have a .fpr report generated by HP Fortify scan. I am able to open it in Audit Workbench. Now, i want to generate a PDF report from this which list all the issues with the file names, source snippet and line numbers.
I have tried various options from Audit Workbench Report Generation, but don't seem to find the right combination for being able to do so.
Can someone help me out on this? Thanks a lot in advance!
Try this command:
ReportGenerator -format XML -f abcd.xml -source abcd.fpr
I was able to generate all the issues into PDF and i think the same approach can be taken for other formats than pdf. The trick was to unchek the "Limit number of issues in each group"
Open Audit Workbench. Click Tools > Generate Legacy Report

Combine Excel Files Mac

I wish to combine several Excel Workbooks into one workbook.
I wish to use an Automator Application to do so.
I tried creating one using the Automator wizard but it does not work.
I am using latest Mac OS
RDB Merge addon is not working.
thank you.

Export QuickReport to Excel xlsx format

We need to export a QuickReport so that it can be opened with the latest Excel 2010 in xlsx format. This link provides a solution. But it did not work for us.
Anyone have ideas?
UPDATE
The version we are using is QuickReports 5 - We just got it.
Clarification of "does not work". The filter allows the report to be saved with an xml extension. And inspecting the file it is valid xml data. But we also inspected a xlsx file. But it does not look the same.
Maybe a dumb question, but are you quite sure you need to do this? New versions of Excel can still open old-fashioned .XLS files.
As for the "XML" exporter you linked to "not working", I think you've misunderstood what it does. It writes an XML file suitable for use with Excel's XML importer. This is very different to an .XLSX format file,
You could try a third party product like Gnostice eDocEngine. It would allow you to export to .xls. If you were feeling particularly masochistic you could do some sort of COM automation to convert the report yourself (i.e. parse the report and fill in the appropriate cells in excel)

How to backup issues list from Bitbucket?

With issues gathering on bitbucket, I'd like to have a way to gather and back them up in the event that I need an offline copy, or no longer use Bitbucket, or something else. The site doesn't offer this service. Is there an alternative mechanism I can use?
From now on you can Import/Export your Issues:
Goto: -> Administration -> Import/Export
Youtube-Video: Bitbucket Issue Export
You can get your issues via the Bitbucket API.
Here is an example URL to get the issues for one of my projects:
https://api.bitbucket.org/1.0/repositories/christianspecht/bitbucket-backup/issues/
However, this returns a list of the issues in JSON format.
I doubt that you can do anything useful with a list of issues in JSON, but I don't know if there's a better file format for issues.
I just asked exactly that here on StackOverflow, because I'm dealing with the same thing at the moment:
Is there a standard file format for exporting issues from an issue tracker?
Full disclosure I am the author of Issue2Markdown because I really needed it.
As mentioned previously you can export your issues from Bitbucket project by going to Settings->Issues->Import & Export and then downloading the resultant ZIP file.
Inside that ZIP file, you will find JSON file and attachments archive. You can import those into some other issue repository. Or if you are like me you may be working with a remote team that is reluctant to use an issue tracker and would like to be able to read a human-readable version of the issues.
That is where Issue2Markdown comes in. You can use that to render your issues as a single Markdown document. You can find pre-built binaries for Linux, Windows, and MacOS under releases.
I hope that helps the next person who could not find the solution.
There doesn't currently appear to be any way to export your issues :(
You could export issues from settings in the repository. Then download the and extract the zip file, that would give you a json that you just could parse any way you prefer
I wrote a small python script to convert issues json file to excel that you can find it here. Hope it gives you some ideas:
https://github.com/anath2/bitbucket-issues-to-excel

Resources