Commit f18a382a authored by Jarka Košanová's avatar Jarka Košanová

Add graphql required param to the importStart

parent 01682e0e
......@@ -98,6 +98,7 @@ export default {
input: {
projectPath: this.projectPath,
jiraProjectKey: project,
usersMapping: [],
},
},
update: (store, { data }) =>
......
......@@ -258,6 +258,7 @@ describe('JiraImportApp', () => {
input: {
jiraProjectKey: 'MTG',
projectPath: 'gitlab-org/gitlab-test',
usersMapping: [],
},
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment