Forums

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

Is it possible to download JIRA installation file with wget?

Kubo Grznarik
Contributor
April 8, 2016

Im installing JIRA on a Linux server and would like to download latest JIRA 7.1.4 with wget from commandline. But cannot get to a direct link. Is direct download even possible? JIRA 6.4 had an archive with direct links.

Thanks for help

2 answers

1 accepted

0 votes
Answer accepted
Hoan Pham
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!
March 13, 2019

Find out the url first, then use wget with -O to save:

wget -O atlassian-jira-software-7.13.1.tar.gz https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-7.13.1.tar.gz
Kubo Grznarik
Contributor
April 8, 2016

Cool it worked for wget I just used the parameter from the link you posted:

wget https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-core-7.1.4-x64.bin

Like # people like this
Deleted user April 8, 2016

I see. Then please "Accept" this answer smile

Suggest an answer

Log in or Sign up to answer