/
Limit the issue type selection to specific users

Limit the issue type selection to specific users

 

string [] testers = usersInRole("TEST", "Product Development Tester"); string error = "You do not have permission to create this issue type!"; if(elementExists(testers, currentUser()) && type != "Story") { return false, "error", error; }



Related content