stable
Clone or download
Read-only
Close request #31549 Be able to choose project visibility at Jira project import
When importing a Jira project using the CLI tool, then an option must be available to choose this visibility. The --visibility option is now added to choose a visibility. If no option provided, the project is created as private. How to test ----------- * Add the ```--visibility public``` to a Jira import CLI command => The imported project must be public on Tuleap * Run a Jira import without the ```--visibility``` option => The imported project must be private on Tuleap Change-Id: I091361858a973384b061b576149196d05d550f39
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/jira_import/include/Project/CreateProjectFromJira.php | +7 | −1 | Go to diff View file |
M | plugins/jira_import/include/Project/CreateProjectFromJiraCommand.php | +22 | −0 | Go to diff View file |
M | plugins/jira_import/include/Project/ReplayCreateProjectFromJiraCommand.php | +21 | −1 | Go to diff View file |