This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function() { | |
| 'use strict'; | |
| // ================= НАСТРОЙКИ ================= | |
| const RELEASE_BOARD_ID = '1447734'; // ID доски с релизами | |
| const TASKS_BOARD_ID = '67890'; // не используется напрямую, но можно оставить | |
| const RELEASE_COLUMN_NAME = 'В работе'; | |
| const COMPONENT_FIELD_ID = 1989; | |
| const SIZE_FIELD_NAMES = ['Size', 'Оценка', 'Story Points']; // возможные названия поля размера | |
| const BLOCKER_FIELD_NAMES = ['Блокер', 'Blocking', 'Блокировка']; |