We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Roles for "Create Agile Group"

JasonS129480213
Tera Expert

Good morning! Hopefully an easy question - in the Agile module, I am having issues allowing people to "Create Agile Groups" according to the documentation, they just need scrum_master or scrum_admin.  The user has both the groups, and is still receiving a You are either not authorized or the cart item is invalid.  Any suggestions?  I did try security debugging, and nothing stood out

6 REPLIES 6

There is a specific ACL rule operation:write on sys_user_group where the description is: "Allow write for records in sys_user_group, for users with role scrum_master and scrum_admin, and if the ACL script returns true."

This is an advanced rule that depends on this script:

find_real_file.png

From what I gather, the user seems like they have to already exist in a group to do this.