Solved

Restrict Team on schedule board

  • 23 May 2022
  • 1 reply
  • 129 views

Userlevel 2
Badge +7

Hi Team,

Is there any way we can restrict the Team ID drop down in the schedule board.

As I understand it displays all the teams related to the assigned roles but can we limit them to show only few somehow. Please advise.

icon

Best answer by Saranga Amaraweera 24 May 2022, 05:16

View original

1 reply

Userlevel 7
Badge +22

Hi @JitheshP ,

It is quite easy to restrict the teams on the schedule board. Firstly, you need to define a team category on the global code screen for code name TEAM_CATEGORY. This will be the place where you are supposed to categorize your desired teams.

Now simply go to the teams screen and categorize your teams by selecting the category. Here my intension is to display only the teams which belong to service category on the schedule board.

 

Now go to the app param called SCHEDULE_BOARD_TEAM_CATEGORY  in which identifies the team categories used to filter the teams that appear on Schedule Board. For my example, I will add the category SERVICE on the param value. Multiple team category values can be specified and must be separated by commas without spaces.

Refresh cache and open up the schedule board now. This will only display the teams which belong to SERVICE category according to my example.
 

 

Reply