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

MarcoN376343603
Mega Guru

The Access control rule to create a group on sys_user_group require 3 roles: itil, user_admin, skill_admin, you find it on the ACL Table (sys_security_acl) where name = sys_user_group and operation = create 

An Agile Group is a generic user group in sys_user_group table where type = Agile Team.

Thanks! I like how the documentation just says you need the above two roles.

Ok, so I applied this, and still am receiving the same error.

Try to type on the application navigator: sys_user_has_role.list

Can you confirm the user you are using to create an agile team has the 3 roles listed in the ACL rule? (OOB should be itil, user_admin, skill_admin but in your instance my differ)