Section 1 - Adding the custom fields involved in the lookup

Objectives

This section is to ensure the custom fields used in both projects are defined in Jira, so that it can be used in the automation.

In this example, we used the same custom fields in the both projects to keep it simple. It is actually possible to have different custom fields as long they are the same type. E.g. using Data Owner to update the Assignee field.

 

We will need to add the following custom fields if they are not defined.

Custom Field Name

Field Type

Custom Field Name

Field Type

Application

Select List (single choice)

Data Owner

User Picker (single user)

System Owner

User Picker (single user)

System Admin

User Picker (single user)

You can also add additional fields that are used in the Service Desk request project

Custom Field Name

Field Type

Purpose

Custom Field Name

Field Type

Purpose

Application Role

Select List (single choice)

It provides whether the requester requires what level of access. The options are:

  • Application Admins

  • Project admins

  • Users

  • Read-only users

Employee User

User Picker (single user)

This is to facilitate team members from requesting access on behalf of a new employee

Access Start Date

Date Picker

Denotes the effective start date of this access

Planned Access End Date

Date Picker

The date that the account is to be revoked. Leave it blank for perpetual access.

 

If there is an existing custom field with the same name, you can either

  • add a new context if the field type is matching

  • create the custom field with another name if the field type does not match

 

Steps

To access the custom field configuration page

  1. Go to Settings > Issues

     

  2. Select Custom fields on the left side menu

 

Adding the Application custom field

  1. Click on Create custom field on the top right corner of the screen

  2. Search for the Select List (single choice) Field Type

  3. Click on the Next button

  4. Enter the Name (Application) and add the options (Bitbucket, Confluence, Jira)

  5. Click on the Create button

     

  6. Click on Cancel button since we can add them to the screens later

 

Adding the Data Owner custom field

  1. Click on Create custom field on the top right corner of the screen

  2. Search for the User Picker (single user) Field Type

  3. Click on the Next button

  4. Enter the Name (Data Owner)

  5. Click on the Create button

  6. Click on Cancel button since we can add them to the screens later

 

Repeat the same for the System Owner and System Admin

Adding the Data Owner custom field

  1. Click on Create custom field on the top right corner of the screen

  2. Search for the User Picker (single user) Field Type

  3. Click on the Next button

  4. Enter the Name (System Owner)

  5. Click on the Create button

  6. Click on Cancel button since we can add them to the screens later

 

Adding the System Admin custom field

  1. Click on Create custom field on the top right corner of the screen

  2. Search for the User Picker (single user) Field Type

  3. Click on the Next button

  4. Enter the Name (Data Owner)

  5. Click on the Create button

  6. Click on Cancel button since we can add them to the screens later

 

 

 

Next

For good Jira admin practices, you can configure custom field context to limit the scope of the projects. This is excluded to keep this tutorial simple.

Now you are ready to proceed to the next section: Section 2 - Setup for the APPMAPPING project