Example
The employee Carl Carlsson has is being promoted to Manager and his boss has a Jira workflow for this, meaning that when the promotion request gets approved (a transition), the new role (Insight Object) selected in the Jira Issue should be automatically set for the Employee object that represents Carl.
In this simple example, Employee will have a Name, User (Jira), Start date and references to the object types: Employee ID, Role, Manager, Office.
Custom fields used in this example:
Name | Type | Description |
|---|---|---|
| Employee | Insight Custom Field | The employee object to have its Role updated. |
| Role | Insight Custom Field | The Role to be set for the employee. |
The Issue (change request) that will be updated with the new role, and used by the Insight post function to update the selected Employee object (Carl):
Post function configuration for this example:
The updated Employee object once the post function gets executed with its Role updated:



