Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Background

The following error is thrown and the following configurations has been set up

  1. You would want to stop the workflow transition if the source field's value is not located in the Lookup table.
  2. You had added the lookup value into the lookup table


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

    atlassian-jira.log
    ... 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]



  • No labels