What action triggered a policy?
I am writing custom policies, and looking for a way to check what triggered the policy.
Ex was it an Update action (save) or Change state? |
One answer
Event event = (Event) getParameters().get("LIFECYCLE_EVENT_KEY");
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.