...
Code Block | ||
---|---|---|
| ||
//Except assignee condition return currentUser() == assignee; |
Except reporter condition
A workflow condition that allows you to disable a particular transition when the current logged in user is not the issue reporter user.
...
...
Code Block | ||
---|---|---|
| ||
//Except assignee condition return currentUser() == assignee; |
A workflow condition that allows you to disable a particular transition when the current logged in user is not the issue reporter user.
...