Is it possible to download JIRA installation file with wget?

Kubo Grznarik 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 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
1 vote
GabrielleJ
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 8, 2016
Kubo Grznarik 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
GabrielleJ
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 8, 2016

I see. Then please "Accept" this answer smile

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events