Roles for "Create Agile Group"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 07:14 AM
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
- Labels:
-
Project Portfolio Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 07:45 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 10:03 AM
Thanks! I like how the documentation just says you need the above two roles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 10:07 AM
Ok, so I applied this, and still am receiving the same error.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 01:02 PM
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)