Documentation for JIRA 4.2. Documentation for other versions of JIRA is available too.

On this page:

What is a 'Field Configuration'?

A Field Configuration provides the ability to change field behaviour. For each field, a Field Configuration specifies:

  • 説明は、課題編集の際のフィールドの下に表示される文面を指定します。
  • フィールドの非表示/表示 の設定
  • フィールドの 必須 (フィールドの値を指定するための検証するか) / 任意 の設定
  • (テキストフィールドのみ) レンダラー 使用する

A Field Configuration specifies individual behaviour for every issue field, including both standard fields and custom fields.

You can create multiple Field Configurations (see below). You can then associate different Field Configurations with different issue types by creating a Field Configuration Scheme. Once created, a Field Configuration Scheme can be associated with one or more projects, allowing you to control field behaviour on a per project, per issue type basis.

For information about placing fields on Screens, and using Screen Schemes to associate screens with issue operations, please see the Overview.

Editing a Field Configuration

To change the behaviour of fields, you first need to navigate to the Field Configuration. The way this is done depends on the edition of JIRA:

  1. Log in as a user with the 'JIRA Administrators' global permission.
  2. Bring up the administration page by clicking either the 'Administration' link on the top bar or the title of the Administration box on the dashboard.
  3. Click the 'Issue Fields' sub-menu on the left-hand column, and choose 'Field Configurations' from the list.
  4. Locate the Field Configuration of interest, and click the 'Configure' link. (Note: the 'Edit' link only allows you to change the Name and Description.)
  5. This will bring you to the 'View Field Configuration' page.

The "View Field Configuration" page lists all system and custom fields in a table as shown below. The "Operations" column lists all the operations that are available for each field. These operations could be:

  • Edit — change the field's description
  • Hide/Show — hide the field from view or show it
  • Require/Optional — set a field to be required (so that whenever a field is edited it must be given a value) or optional.
  • Renderers — change a field's renderer (see Configuring Renderers for more information).

Screenshot: Field Configuration - View Issue Fields

Editing a Field's Description

Fields can be given descriptions to better identify the meaning of the field. These descriptions are usually displayed under the field on the creation of an issue and whenever it is edited. An example of this, is shown below.

To edit the description of a field:

  1. On the 'View Field Configuration' page, click on the 'Edit' link next to the field you want to change. This will bring you to the 'Edit Field Description' page.
  2. On this page you can edit the field's description
  3. Click the 'Update' button.

Hiding/Showing a field

If your organisation or project has no use for a particular field, you have the option to hide it. Hiding a field will ensure that the the field does not appear on any Screens (i.e. issue operation Screens, workflow transition Screens) where the Field Configuration applies.

Hiding a field in the Field Configuration is distinct from not adding a field to a Screen. Fields hidden through the Field Configuration will be hidden in all applicable Screens, regardless of whether or not they have been added to the Screen.

For fields that have a default value:
If the field is hidden in the Field Configuration, then it will not receive a value when an issue is created, regardless of whether the field is present on the 'Create Issue' screen(s). (The following fields can have a default value: 'Resolution'; 'Status'; 'Priority'; 'Issue Type'; custom fields.)

To hide a field:

  1. On the 'View Field Configuration' page, click the 'Hide' link next to a field you no longer want. The field will then fade to grey to signify that it has been hidden.
  2. As per the image above, the 'Environment' field has been hidden. You can make this field visible again anytime by pressing on the 'Show' link.

    The fields 'Summary' and 'Issue Type' cannot be hidden and as such there is no 'Hide' option available for these fields.

    注意:

    If you hide the 'Fix For Version' field, the Change Log and Road Map reports will not work.

Required/Optional fields

Certain fields within your organisation may be compulsory for issues. In this case you can set a field to be required, so that JIRA validates that the field has been given a value whenever an issue is edited. If a required field has not been given a value, JIRA will return an error informing the user that the field should be filled, e.g.:

If you set a field to "required", ensure that the field is present on your 'Create Issue' screen(s). Note that in you can have different field configurations for different projects and issue types (see 'Associating field behaviour with Issue Types'); so you need to ensure that all "required" fields are present on the 'Create Issue' screens for all associated projects and issue types (see 'Associating screens with Projects and Issue Types'). There is a feature request at JRA-5783 to make a field required only on one transition. Please watch it for status updates.

フィールドを必須にするには、次の操作を実行します。

  1. On the 'View Field Configuration' page, click the 'Required' link next to the appropriate field. The text "Required" will appear next to the field.
  2. As per the image above, the 'Fix Versions' field has been made required. You can make this field optional again by clicking the 'Optional' link.

Fields that are hidden cannot be set to required. Making a hidden field required will make it "shown" as well.

レンダラー

Before you begin, please read 'Configuring Renderers', paying particular attention to the section 'Implications for JIRA operations'.

The "View Field Configuration" page indicates which renderers are currently enabled for all renderable fields.

In the screenshot "Field Configuration - View Issue Fields" (above), you will notice the grey text 'Wiki Style Renderer' under the Description field's name in the leftmost column. This indicates that the field is currently configured to use the Atlassian Wiki Renderer. The grey text 'Default Text Renderer' under the Comment field's name indicates that the field is currently configured to use the Default Text Renderer.

To change the renderer type for a specific field, click on the 'Renderers' link in the 'Operations' column of the screen for the field you want to change. This will take you to a page where you will have the option to select a renderer from all configured and available renderers.

As shown above, this page will warn you if there are issues that will be affected by the change. If no issues will be affected then the warning does not show. From this page, choose the renderer you wish to use and click 'Update'. You are then presented with a confirmation page, shown below.

Click the 'Update' button to finish setting the new renderer on the field.

Changing the renderer only affects the display of the issue data that exists in the system. You can therefore toggle back and forth between renderer types safely.

Managing Multiple Field Configurations

別のプロジェクト課題タイプで使用するための複数のフィールド設定をすることができます。

Multiple field configurations are organised into Field Configuration Schemes based on issue type. A scheme can be associated with one or more projects, allowing you to control fields on a per project per issue type basis. See Associating Field Behaviour with Issue Types for details.

To create, edit, delete and copy individual field configurations, go to the "View Field Configuration" page as follows:

  1. Log in as a user with the 'JIRA Administrators' global permission.
  2. Bring up the administration page by clicking either the 'Administration' link on the top bar or the title of the Administration box on the dashboard.
  3. Click the 'Issue Fields'' sub-menu on the left-hand column, and choose 'Field Configurations' from the list.
  4. You will now see a list of all your current field configurations.

Default Field Configuration

When JIRA is installed, the 'Default Field Configuration' is created automatically. All new projects are associated with this configuration. This configuration is also used for projects that are not associated with a Field Configuration Scheme..

It is not possible to delete the Default Field Configuration.

Adding a Field Configuration

  1. The 'Add' new field configuration form is located at the bottom of the 'View Field Configuration' page
  2. Enter the name of the new configuration on this form.
  3. You can optionally add a description to this configuration for better identification.
  4. Click on the 'Add' button to submit the form. The page will be automatically updated with your new field configuration added.

A newly created Field Configuration will not take effect until it has been activated (see below).

Editing a Field Configuration

  1. On the 'View Field Configuration' page, click the 'Edit' link next to the desired field configuration.
  2. You will now see the 'Edit Field Configuration' page. Here it is possible to edit the configuration name and description.
  3. Click on the 'Update' button.
  4. On completion you will be returned to the page where you can view your changes.

Deleting a Field Configuration

  1. On the 'View Field Configuration' page, click the 'Delete' link next to the desired field configuration.
  2. Click the 'Delete' button to confirm this operation.
  3. The 'View Field Configuration' page will now show the updated list of the field configurations.
  • The Default Field Configuration cannot be deleted.
  • You can only delete a field configuration that is not associated with a Field Configuration Scheme.

Copying a Field Configuration

  1. On the 'View Field Configuration' page, click the 'Copy' link next to the field configuration you wish to copy.
  2. This will bring you to the 'Copy Field Configuration' page.
  3. Enter the name and description of the new field configuration.
  4. Click the 'Copy' button.
  5. You will now be directed back the 'View Field Configuration' page, with your new field configuration added to the list. The field settings on the original and the new field configurations will be identical.

A newly created Field Configuration will not take effect until it has been activated (see below).

Activating a Field Configuration

To activate a Field Configuration:

  1. configure a Field Configuration Scheme to associate the Field Configuration with appropriate issue types;
  2. then associate the Field Configuration Scheme with a project.

For details of both procedures, see 'Associating field behaviour with Issue Types'.