/
Create issue if transitioned by specific user - 7.x
Create issue if transitioned by specific user - 7.x
Scenario
Estimated Time: 6 min
You would like to create an issue only in the case where it was transitioned by a specific user.
Background
This scenario uses an example ePub workflow that helps teams coordinate the publication of electronic books. We can add a Create Issue post function that processes when users transition issues from the "In Edit" to "In Composition" steps and uses regex to inspect a built-in Substitution Variable called "%transition_user_id%". If the user transitioning matches the value(s) provided, then a new issue is created. If the user does not match, a new issue is not created, but the transition step is processed.
Steps
The following steps demonstrate how to configure Create on Transition, regex inspection of the user transitioning using a built-in function:
, multiple selections available,
Related content
Only Assignee can transition an issue
Only Assignee can transition an issue
More like this
Assign Issue to Specific User Role post function
Assign Issue to Specific User Role post function
More like this
Link issues to the current issue
Link issues to the current issue
More like this