Versions Compared

Key

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

Summary

Table of Contents
excludeSummary

...

Support automation for lookup manager (NEW)

Besides using Workflow Post Functions, Lookup Manager automate your workflow by integrating with

...

Workflow post function to update lookup table (NEW)

...

Previously, it is only possible to use the Lookup Table to update an issue. Now it is possible to use an issue to update the entries in the Lookup Table with the new post function. For example,

...

Add/Update/Remove Issue Entity for an Issue (NEW)

...

Added 2 new post functions to Add/Update and Remove issue entity for an issue. Unlike custom fields, Issue Entity or Issue Properties are like hidden fields of an issue. You can use Issue Entities with

...

When the lookup post function updates the status from a lookup, it does not trigger a transition. Hence the post functions are not executed.
This is because there can be multiple transitions from 1 status to another status. Therefore, we are removing Status from the set of the fields that can be updated by the Lookup Manager.
If you have configured a post function to update the Status of the issue, it will throw an exception as shown below.
To be safe, please verify your lookup tables does not contain any status column.

...