stable

Clone or download

Read-only

Choose project and tracker are displayed in step 2

part of story #14766 Have an import from jira structure How to test: Fill jira form with correct login data Choose ap project, choose a tracker click on next: choosen tproject and tracker are displayed Change-Id: I01a1e94c0d55241d453feadc8cd4354be81abfa2

Modified Files

Name
M plugins/tracker/scripts/tracker-creation/index.ts +2 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJiraProject.test.ts +60 −5 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJiraProject.vue +42 −11 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/__snapshots__/TrackerFromJiraProject.test.ts.snap +35 −3 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldChosenTemplate.test.ts +27 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldChosenTemplate.vue +13 −0 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/getters.test.ts +18 −0 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/getters.ts +14 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/mutations.ts +13 −0 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/type.ts +3 −2 Go to diff View file