Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I export issues from jira to .xls?

Helena
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 13, 2015

Currently I'm doing entering this

wget -O export.xls "https://myJIRA.com/sr/jira.issueviews:searchrequest-excel-all-fields/10300/SearchRequest-10300.xls?tempMax=1000"

It exports it it fine to a xls when I enter the url into the address bar, but I'm trying to do it via command line and I keep getting this error: 

Resolving JmyIRA.com ... 10.64.80.92
Connecting to myJIRA-.com|10.64.80.92|:443... connected.
ERROR: cannot verify myjira.com's certificate, issued by ‘/C=US/O=xxxcorporation /CN=Intel Intranet Basic Issuing CA 2B’:
Self-signed certificate encountered.
To connect to myjira.com insecurely, use `--no-check-certificate'.

 

I've also tried adding authentication at the end of the url but that doesn't seem to work either

 

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
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.
May 13, 2015

Have you tried "--no-check-certificate" as a parameter? The error is coming because wget encountered a self signed cert.

Helena
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 14, 2015

Yeah I've tried it with --no-check-certificate parameter but it returns a 400 bad request.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events