On this page
Use case
User properties within Jira can be used to store additional information on a per-user basis.
In the following use case, user properties will be used to store Jira users as supervisor for other users. If an issue needs to be escalated, the issue will be assigned to the current assignee's supervisor.
Prerequisites
Configuration
Add the Copy JWT user property post function to the desired transition or create a new one.
User
Choose Assignee
Property key
Enter
supervisor
Target field
Choose Assignee
Conditional execution
Enter the following parser expression:
%{issue.assignee} != null and userProperty("supervisor", %{issue.assignee}) != null
This expression guarantees, that the assignee will only be updated, if there is an assignee set which also has a supervisor.
Screenshots
Related use cases
STAFF PICKUse case JWT feature Workflow function Parser functions Label Escalate issue to assignee's supervisor userProperty()
If you still have questions, feel free to refer to our support team.