#set ($TB_TAB_TITLE = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tabtitle"))) #set ($TB_PROJECT = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.project"))) #set ($TB_RELEASE = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.release"))) #set ($TB_SPRINT = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.sprint"))) #set ($REFRESH_TITLE = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "BacklogTable", "backlogtable.refreshtitle"))) #set ($SYNCTASK = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.synctask"))) #set ($SYNCTASK_TITLE = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.synctasktitle"))) #set ($SYNCTASK_WARN = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.synctaskwarn"))) #set ($SYNCTASK_DIALOGTITLE = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.synctaskdialogtitle"))) #set ($SYNCTASK_SYNCING = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.syncing"))) #set ($_FOCUS_TEAMBOARD_VIEW="FocusTeamBoardView") #set ($_FOCUS_PROJECT_SELECTION="Project") #set ($_FOCUS_RELEASE_SELECTION="Release") #set ($_FOCUS_SPRINT_SELECTION="Sprint") #set ($PROJECT_LIST_LOAD_ERROR= $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "BacklogTable", "gbacklogmgmt.backlog.projectloaderror"))) #set ($RELEASE_LIST_LOAD_ERROR= $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.releaseloaderror"))) #set ($SPRINT_LIST_LOAD_ERROR= $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.sprintloaderror"))) #set ($REMAINING_DAYS = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.remainingdays"))) #set ($BDCHART = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.burndownchart"))) #set ($BDCHARTBYTASK = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menu.bdtask"))) #set ($BDCHARTBYSTORY = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menu.bdstory"))) #set ($INVALID_SUBCLASS = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.invalidsubclass"))) #set ($INVALID_SUPERCLASS = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.invalidsuperclass"))) #set ($TB_ADD_STORY = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menuaddstory"))) #set ($TB_COPY_STORY = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menucopythisstory"))) #if ($canManageStories) #set ($TB_EDIT_STORY = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menueditthisstory"))) #else #set ($TB_EDIT_STORY = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menuviewthisstory"))) #end #set ($TB_ADD_TASK = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menuaddtask"))) #set ($TB_ADD_TASK_TOSTORY = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menuaddtasktothisstory"))) #if ($canManageTasks) #set ($TB_EDIT_TASK = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menueditthistask"))) #else #set ($TB_EDIT_TASK = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menuviewthistask"))) #end #set ($TB_COPY_TASK = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menucopythistask"))) #set ($TB_SORT_BYRANK = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menubyrank"))) #set ($TB_SORT_BYSTATUS = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menubystatus"))) #set ($TB_ADD_OBSTACLE = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menuaddobstacle"))) #set ($TB_EDIT_OBSTACLE= $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menueditobstacle"))) #set ($TB_EDIT_OBSTACLES = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menueditobstacles"))) #set ($TB_VIEW_OBSTACLES = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menuviewallobstacles"))) #set ($TB_STORYID = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.storyid"))) #set ($TB_STORYTIME = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.storytime"))) #set ($TB_TASKID = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.taskid"))) #set ($TB_TASKTIME = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.tasktime"))) #set ($TB_SPBLOCKED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.sprintisblocked"))) #set ($TB_SPBLOCKED2 = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.sprintisblocked2"))) #set ($TB_OBSTACLESTTIP = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.obstaclesttip"))) #set ($TB_OBSTACLESTTIP2 = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.obstaclesttip2"))) #set ($TB_BDDLG_TASK = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.dialog.bdtask"))) #set ($TB_BDDLG_STORY = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.dialog.bdstory"))) #set ($TB_NOTSET = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.status.notset"))) #set ($TB_NOTSTARTED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.status.notstarted"))) #set ($TB_STARTED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.started.started"))) #set ($TB_BUILT = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.status.built"))) #set ($TB_CUSTOMERACCEPTED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.status.custaccpt"))) #set ($TB_DEPLOYED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.status.deployed"))) #set ($TB_CANCELLED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.status.cancelled"))) #set ($TB_BD_DAY = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.burndown.day"))) #set ($TB_BD_DAYS = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.burndown.days"))) #set ($TB_SYNCTASK = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.menusynctasks"))) #set ($TB_SYNCTASK_SYNCING = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.syncing"))) #set ($TB_LOAD_ERROR = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.error.load"))) #set ($TB_TASK_NOTSTARTED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.tasknotstarted"))) #set ($TB_TASK_STARTED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.taskstarted"))) #set ($TB_TASK_COMPLETED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.taskcompleted"))) #set ($TB_TASK_CANCELLED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.taskcancelled"))) #set ($TB_TASK_CANCELLED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.taskcancelled"))) #set ($TB_TASK_CANCELLED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.taskcancelled"))) #set ($TB_TASK_CANCELLED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.taskcancelled"))) #set ($TB_TEST_NOT_RUN = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.test_not_run"))) #set ($TB_TEST_PASSED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.test_passed"))) #set ($TB_TEST_FAILED = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "TeamBoard", "teamboard.tooltip.test_failed"))) #set ($TESTS_TAB_TEST_NOT_RUN_VALUE = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "GTaskDialog", "gtaskdialog.tests_tab_test_not_run_value"))) #set ($TESTS_TAB_TEST_PASSED_VALUE = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "GTaskDialog", "gtaskdialog.tests_tab_test_passed_value"))) #set ($TESTS_TAB_TEST_FAILED_VALUE = $CommonFunctions.encodeJavaScriptString($CommonFunctions.getTermFromResourceBundle($currentUserId, "GTaskDialog", "gtaskdialog.tests_tab_test_failed_value")))