How to download Jira through the Command Line
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
目的
Jira can be downloaded from this URL.
Sometimes, though, it is necessary to be able to download the Atlassian products via command line to allow for an easier installation when there isn't a GUI Desktop available or to automate installation/upgrade processes. In this article, we'll address how you can achieve that.
ソリューション
To download the application through the command line you may use either of the commands below while replacing the URL to match the specific version that you'd like to download.
Note: When writing up the command change the x.x.x value by the specific version that you'd like to download.
For example: The url used in the examples below https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-x.x.x-x64.bin would need to be rewritten as https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-9.11.3-x64.bin to download Jira Software 9.11.3.
Linux:
curl -L -O https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-x.x.x-x64.bin
wget https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-x.x.x-x64.bin
Windows(PowerShell):
Invoke-WebRequest -Uri "https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-x.x.x-x64.exe " -OutFile "C:\path\file\jira.exe"
For the PowerShell command, be sure to name the downloaded file with the same file extension as the archive you are downloading.
For Jira versions 7.0.0 and higher:
For Jira versions prior to 7.0.0:
In case you need to also download other Atlassian products, you may use the following URLs: