Assign to Project Role
This post function randomly assigns the issue to a user holding the specified role in the project. It also offers the flexibility to control its execution based on preconditions. By utilizing preconditions, you can determine whether the post function should be executed or skipped based on the evaluation of a Jira Expression. The precondition, defined in terms of a Jira Expression, should return a boolean value. If the result of the precondition is true, indicating that the specified condition is met, the post function will be executed. Conversely, if the precondition evaluates to false, the post function will be bypassed, allowing for conditional execution based on your specific criteria.
As “Issues to Operate on” , you can select one of the:
Current Issue: The current issue being transitioned
Sub-tasks of Current Issue: The sub-tasks of the current issue.
Parent Issue of Current Sub-task: The parent issue of the current sub-task.
Issues that Belong to Current Issue: All the stories that belong to the current epic.
Epic of Current Issue: The epic issue associated with the current issue.
Issues Linked to Issue with Any Link Type: The issues linked to the current issue using any link type.
Issues Linked to Issue with Following Link Type: The issues linked to the current issue using a specific link type. You will be asked to provide the link type.
Issues returned by JQL: The issues returned by a JQL. You need to provide a Jira Expression whose result will be used as the JQL to find the issues. You can also provide a static string in double quotes if you prefer a static JQL.
Then, you need to select the Project Role.