Book Image

JIRA 6.x Administration Cookbook

By : Patrick Li
Book Image

JIRA 6.x Administration Cookbook

By: Patrick Li

Overview of this book

Table of Contents (16 chapters)
JIRA 6.x Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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...