Sprint Planning tab of Agile Board will have Story sections load foreverIssue Sprint Planning tab of Agile Board will have Story sections load foreverCauseThis was happening due to an enabled REST_Endpoint Type ACL and users without the Required Roles.The following ACL was enabled on the Instance but is disabled OOB:https://INSTANCENAME.service-now.com/nav_to.do?uri=sys_security_acl.do?sys_id=9ef8bc918733320025fbd1a936cb0bddNotice that it requires the role of "snc_platform_rest_api_access" which is normally granted by the 'itil' role.Because the users do not have this Role, the Story sections will not load which makes use of the Table API.ResolutionEither provide the users with the role, bundle it back with the ITIL role, or disable the ACL once more.