Lookup Manager
Breadcrumbs

Workflow Error: Lookup source value not found.

Scenario

The following error is thrown

Lookup Error.png


You had the following configurations

  1. Stop the workflow transition if the source field's value is not located in the Lookup table.
    Lookup Post Function.png

  2. You had added the lookup value into the lookup table
    Lookup table.png



Troubleshoot

  1. Please check if the field used is supported and value format is valid

  2. Check the DATA value via debug logging mode  with following package: com.akelesconsulting.jira.plugins.jira.workflow.LookupPostFunction

    ... DEBUG admin ... /secure/WorkflowUIDispatcher.jspa [c.a.j.p.jira.workflow.LookupPostFunction] Executing query - 
    SELECT * from TABLE_ENTRIES WHERE TABLE_ID = 5 AND COLUMN_ID = 11 AND DATA = [Apple, Pear]