Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Goal

This section shows the instructions to configure Service Desk Action to perform a lookup during issue transition.

Pre-requisites

✔️ Create a lookup table
✔️ Create a Service Desk Project
✔️ Jira Administrators permission to create / edit Service Desk Automation

Demonstration

The Lookup Manager use the value in the App field, get the App Management Table to search the App column. If there is a matching row, get the value in the Manager column and then set it in the Assignee field.

...

ServiceDeskSimpleExample.mp4

Configuration steps

1. Go to Project Settings < Automation

...

Source Field

The custom field which stores the lookup value to be searched in the lookup table.

Lookup Table

Lookup table which store the data set to be searched

Source Column

Column in which the lookup value will be searched

Destination Column

Column in which the matching value will be returned

Destination Field

Field in which the matching value will be populated in

Action if No Records MatchedMatch

  1. Skip the update and continue

    • Do nothing 

  2. Default to a value

    • If no match found, the value will be set to a default value pre-defined  

Default Value

Pre-defined default value to be mapped to destination field when no records matches the lookup value and "Default to a value" option is selected

...

Action if No Value

  1. Skip the update and continue

    • Do nothing 

  2. Default to a value

    • If no value in source field, the value will be used to search in lookup table 

...

5. Now give the rule a name and save it.

...