Creating a New Group "Type" [sys_user_group_type] in Agile Development 2.0Issue When trying to create a Group in Agile Development 2.0 you are seeing it is always using the "Agile Team" Type for the Group Record. If you change the "Type" Field to have a different value then you will find that the Users are losing access to the Agile Development 2.0 functionalities.CauseThis is the expected behaviour of the System. The "Agile Team" Group Type is hard-coded into the System and all Agile Development 2.0 Groups are expected to have this Group Type for the Out Of Box Functionality to work as expected. This "Agile Team" Group Type is used in several places in the back-end code and therefore it cannot be changed for Agile Groups. Please see the below places which this Group Type is used: Rollups to agile group like total capacityWhen user is added to group with type agile, we give user scrum roles,html_page_agile_board, this has UI markup for agile board, we show board only if user belongs to a group of type agile,Some places to fetch data to UI,In story form, when trying to select group, only agile groups are shown, (similary there should be many tables related to agile which have a reference to assignment_group)ResolutionPlease ensure that your Agile Development 2.0 Groups are having the "Agile Team" Group Type set on the Group Records. As per the above information this Group Type is necessary to ensure that all the above functionality will work for Users in the Group.