Limit the issue type selection to specific users
We've encountered an issue exporting this macro. Please try exporting again later.
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;
}Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.
