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 separate select options for different projects


Often, it is useful for custom fields to have different values depending on the selected project and issue type combination. A good example would be for a select list custom field to show different sets of options for different projects.

We will look at how to achieve this with a custom field configuration scheme, also known as context. A custom field configuration scheme controls what data the custom field will display, such as the field's default value and select options. Just like all other configuration schemes in JIRA, the custom field configuration scheme is applied on a project and issue type context.

How to do it…

We need to create a new custom field configuration scheme in order to set up a new set of select list options:

  1. Log in to JIRA as a JIRA administrator.

  2. Navigate to Administration | Issues | Custom Fields.

  3. Click the Configure link for the field configuration used by the project and issue type.

  4. Click on the Add new context...