Creating a new field configuration

As we have seen in previous recipes, you can configure a field's behaviors with field configuration. JIRA not only comes with a default field configuration that is applied to all project and issue types by default, but it also lets you create your own so that you can choose the projects and/or issue types to apply your field configuration to.

In this recipe, we will make the Description and Assignee fields required only for the Task issue type.

How to do it…

Setting up a new field configuration is a three-step process. The first step is to create the new field configurations:

  1. Log in to JIRA as a JIRA administrator.
  2. Navigate to Administration | Issues | Field Configurations.
  3. Click on the Add Field Configuration button, name it Task Field Configuration, and click on Add.
  4. Click on the Required link for Description and Assignee fields.

The second step is to associate the new field configuration with a new field configuration scheme:

  1. Navigate to Administration | Issues | Field Configuration Schemes.
  2. Click on the Add Field Configuration Scheme button, name it Task Field Configuration Scheme, and click on Add.
  3. Click on the Associate an Issue Type with a Field Configuration button.
  4. Select Task for Issue Type, Task Field Configuration for Field Configuration, and click on Add, as shown in the following screenshot:
    How to do it…

The last step is to apply the new field configuration scheme to our project:

  1. Navigate to Administration | Projects.
  2. Select a project from the list.
  3. Select Fields from the left-hand side panel.
  4. Navigate to Actions | Use a different scheme.
  5. Select the new Task Field Configuration Scheme option and click on Associate.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset