Lookup Manager
Breadcrumbs

Workflow Post Function - Update Table

Goal

This section shows the instructions to configure Workflow Post Function to perform a lookup during issue transition to update table column value.

Pre-requisites

✔️ Create a lookup table
✔️ Jira Administrators permission to create / edit Workflow Post Function

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, the value in the Assignee field will be used to update the value in the Manager column.

ReverseLookup_Intro_2.png


Configuration steps

1. Go to the workflow you wish to perform a lookup function.

2. Click on the edit button for the workflow you wish to amend

settingup_postfunction_1.png

3. In your workflow page, click on the transition you wish to add lookup function. 

settingup_postfunction_2.png


4. Click Add post function to insert a lookup post function 

settingup_postfunction_3.png

5. Select Lookup Manager: Update Lookup Table Column to perform a lookup during issue transition

reverse_postfunction.png

6. You should see the following fields

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

Search Column

Column in which the lookup value will be searched

Field Value to update Destination column

Field in which the value will be used to update the destination column

Destination Column

Destination column to be updated

Action if No Records Matched

  1. Stop the current action

  2. Skip the update and continue

    • Do nothing 

  3. Default to a value

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

Action if No Value in Source Field

  1. Stop the current action

  2. Skip the update and continue

    • Do nothing 

  3. Default to a value

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

reverse_Config.png


7. You can view the summary of the post function

reverse_Summary.png


8. For this tutorial, you need to remove the Assign the issue to the current user. Please note that the issue will only be assigned to the current user if the current user has the 'Assignable User' permission.

reverse_Summary_final.png


Remember to publish the workflow

reverse_publish.png