- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 01:24 PM
The Agile Development 2.0 plugin was installed a while back under Rome. We upgraded our dev instance to San Diego and are starting to look at agile now. If we select Create Agile Group under Agile and fill out the form then click Submit, a blank form is displayed. The following is written to the system log file:
Security Constraints prevent accessing this item: Create Agile Group: no thrown error
The group is not created.
However, we can select Agile --> Groups --> New fill out the form and click Submit. The group is created successfully. The same thing seems to be happening in our Rome instance.
Thoughts?
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 03:45 AM
Hi,
The Create Agile Group is based on a record producer with the same name (should be available on /sc_cat_item_producer.do?sys_id=6269e2950b332200a6acc93563673a00).
I would check if the catalog item has been modified. By default, it should be available to users with scrum_master or scrum_admin role based on the available for user criteria.
Does the error occurs with admin users as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 03:45 AM
Hi,
The Create Agile Group is based on a record producer with the same name (should be available on /sc_cat_item_producer.do?sys_id=6269e2950b332200a6acc93563673a00).
I would check if the catalog item has been modified. By default, it should be available to users with scrum_master or scrum_admin role based on the available for user criteria.
Does the error occurs with admin users as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 07:57 AM
Same behavior for admin users.
Apparently, the record producer for Create Agile Group was made inactive at some point. That appears to be the issue. When I made it active again, I was able to create a new agile group via Create Agile Group.
Thank you!