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
| // Constants from Python | |
| const CF_DECISION = "customfield_11711"; | |
| const CF_RESULT = "customfield_14600"; | |
| const CF_PLANNED_START_IDS = ["customfield_16700", "customfield_1600"]; | |
| const CF_PLANNED_END_IDS = ["customfield_16701"]; | |
| const CF_FORECAST_END_IDS = ["customfield_10904"]; | |
| const CF_CONFIDENCE_IDS = ["customfield_27702", "customfield_34402"]; | |
| const CF_RICE_IDS = ["customfield_30010", "customfield_34404", "customfield_27704"]; | |
| const LABEL_CHANGE = "изменение_стратегии"; | |
| const LABEL_ROMASHKA = "ромашка"; |