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
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
Note that beginning JIRA 7, JIRA Core is plain old JIRA while JIRA Software is JIRA + JIRA Agile.
You can always get all the links from the Atlassian downloads page.
JIRA Core (Linux 32bit)
JIRA Core (Linux 64bit)
JIRA Software (Linux 32bit)
JIRA Softare (Linux 64bit)
Additional just incase...
JIRA Core (Windows)
JIRA Software (Windows)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see. Then please "Accept" this answer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.