stable

Clone or download

Read-only

Be able to use the new post action "Add to the top backlog" option via the UI

Part of story #14096 have a post action to add "Scrum Top Backlog" flag You can test the patch by selecting the new post action option "Add to the Top Backlog" The REST call mechanism was already implemented. The only thing needed is to rename the post_action type to be able to make the REST call Change-Id: I3ad484066da4be1324bc156cfc5ff5a313b47b6e

Modified Files

Name
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogPostActionOption.test.js +2 −2 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogPostActionOption.vue +7 −5 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.test.js +1 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/constants/workflow-constants.js +1 −1 Go to diff View file