stable

Clone or download

Read-only

Import top backlog from Jira board backlog

This is part of story #19242 create Jira project with Agile configuration All issues that are not subtasks in board backlog are now added in the top backlog of the imported project. Filter of non subtasks issues is directly done in the REST query with the jql parameter. Change-Id: Idf7840eb8a86cb0b78b0d62fe4c40b9cda53e073

Modified Files

Name
A plugins/jira_import/include/JiraAgile/Board/Backlog/BacklogIssueRepresentation.php +61 −0 Go to diff View file
A plugins/jira_import/include/JiraAgile/Board/Backlog/BoardBacklogAPIResponseNotWellFormedException.php +30 −0 Go to diff View file
A plugins/jira_import/include/JiraAgile/Board/Backlog/JiraBoardBacklogRetriever.php +34 −0 Go to diff View file
A plugins/jira_import/include/JiraAgile/Board/Backlog/JiraBoardBacklogRetrieverFromAPI.php +84 −0 Go to diff View file
M plugins/jira_import/include/JiraAgile/JiraAgileImporter.php +36 −3 Go to diff View file
M plugins/jira_import/include/Project/CreateProjectFromJira.php +5 −0 Go to diff View file
A plugins/jira_import/tests/unit/JiraAgile/Board/Backlog/JiraBoardBacklogRetrieverFromAPITest.php +216 −0 Go to diff View file
M plugins/jira_import/tests/unit/JiraAgile/JiraAgileImporterTest.php +88 −5 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/UnexpectedFormatException.php +1 −1 Go to diff View file