Commit 86828cb3 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '225409-fix-jira-import' into 'master'

Add graphql required param to the importStart

See merge request gitlab-org/gitlab!35718
parents 3c7c2f2e f18a382a
...@@ -98,6 +98,7 @@ export default { ...@@ -98,6 +98,7 @@ export default {
input: { input: {
projectPath: this.projectPath, projectPath: this.projectPath,
jiraProjectKey: project, jiraProjectKey: project,
usersMapping: [],
}, },
}, },
update: (store, { data }) => update: (store, { data }) =>
......
...@@ -258,6 +258,7 @@ describe('JiraImportApp', () => { ...@@ -258,6 +258,7 @@ describe('JiraImportApp', () => {
input: { input: {
jiraProjectKey: 'MTG', jiraProjectKey: 'MTG',
projectPath: 'gitlab-org/gitlab-test', 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