添付ファイルの設定
When file attachments are enabled, your users will be allowed to attach files and screenshots to JIRA issues. This requires space on the server for storing the attachments.
File attachments are enabled by default. If you wish, you can configure the way JIRA handles attachments, or disable this feature altogether.
注意:
- your users must also have the Create Attachments permissions to attach files to issues
- to allow users to attach a file when creating a new issue, you need to ensure that the Attachment field is not hidden within the field configuration(s) associated with the specific issue type(s).
添付の設定を行う
- Log in as a user with the JIRA System Administrators or JIRA Administrators global permission.
If you do not have the JIRA System Administrators global permission, you will not be able to enable or disable file attachments.
- Choose > System. Select Advanced > Attachments to open the Attachment page, which states whether attachments are on or off.
Keyboard shortcut: g + g + start typing attachments
- [設定の編集] ボタンをクリックして [添付の設定] ダイアログ ボックスを開きます:
- In the Attachment Path field, choose the Use Default Directory option. If you see more attachment path options than what is shown in the screenshot above, please refer to the note below.
As mentioned above, if you have not logged in as a user with the JIRA System Administratorsglobal permission, then this option will not be available to you.
- 「添付ファイルのサイズ」フィールドで、添付ファイルの最大サイズを指定します。既定は 10485760 バイト (10 MB) です。 最大添付ファイルサイズは 2147483647 バイト (2 GB) です。
- (任意) サムネイルを有効 (Enable Thumbnails)のフィールドが、課題を参照した時に添付画像ファイルをサムネイルと表示したい場合は、ONが選択されていることを確認してください。この設定を有効にすると、JIRAは、自動的に画像の添付ファイルの次の種類のサムネイルを作成します。
- GIF
- JPEG
- PNG
サムネイルについての詳細は下の情報ノートをご覧ください。Linux をご利用の場合以下の Linux のノート をご覧ください。 - (Optional) In the Enable ZIP Support field, ensure that ON is selected if you wish to view the contents of zip files attached to an issue and allow all files attached to an issue to be downloaded as a single ZIP file.
- 更新ボタンをクリックして JIRA 添付設定を更新します。
課題にファイルを添付するには、適切なユーザ、グループ、プロジェクトのロールに添付ファイル作成権限を関連するプロジェクトに割り当てる必要があります。
ユーザーやグループ/プロジェクト ロールのメンバーが自信の添付ファイルを課題から削除できるようにするには、添付ファイル削除権限をこれらのプロジェクトに割り当てる必要があります。
以下の場合、これ以上進める必要はありません。
- 権限スキームが添付ファイル作成 (や添付ファイル削除) 権限を持ったプロジェクトに使用されている場合
- プロジェクトがデフォルト権限スキームで構築されている場合
これらの権限を設定したい場合、以下のセクションの手順に進みます。
添付ファイル作成/削除権限の設定
- Choose > Issues. Select Permission Schemes to open the Permission Schemes page, which displays a list of all permission schemes in your JIRA system and the projects that use each scheme.
Keyboard shortcut: g + g + start typing permission schemes
- それぞれの関連のある権限スキームに対して:
- 対象のパーミッション スキームに関連する [パーミッション] リンクをクリックして、そのパーミッションを編集します。
- パーミッションの編集 (Edit Permissions) ページで、Attachment Permissions セクションにある添付を作成 (Create Attachements) の中にある添付ファイルのパーミッションに行き、追加 (Add) リンク をクリックします。
- In the user selection options on the right of the Add New Permission page, select the relevant (groups of) users or roles and then click the Add button.
To allow these users or group/project role members to delete their own attachments, do not forget to assign them the Delete Own Attachments permission too.
- 対象のパーミッション スキームに関連する [パーミッション] リンクをクリックして、そのパーミッションを編集します。
サムネイルに関する詳細情報:
- You can configure the Issue Navigator column layout to display the thumbnails in an
Images
column. - すべてのサムネイル画像は、元の添付ファイルとともに
attachments
ディレクトリに JPEG 形式で保存されています。サムネイル画像は、ファイル名に "_thumb_
" を加えた形式で表示されます。
Linux上のサムネイル画像生成:
- ご利用のシステムが X11 をサポートしている必要があります。この web ページでは、RedHat Linux 9.0 で JDK 1.4.2 を使用するために必要なライブラリの最小設定を説明しています。
- 次の Java システム プロパティを設定する必要があります:
-Djava.awt.headless=true
Last modified on Mar 24, 2015
Powered by Confluence and Scroll Viewport.