stable

Clone or download

Read-only

Fetch sprints exposed by Jira

This is not expected to do anything more than logging the fetched sprints at this stage. Part of story #19242 create Jira project with Agile configuration Change-Id: Ied6ea91f9dcb986fa8dd49e00323bc1527c2cf13

Modified Files

Name
M plugins/jira_import/include/JiraAgile/JiraAgileImporter.php +11 −1 Go to diff View file
M plugins/jira_import/include/JiraAgile/JiraBoard.php +5 −0 Go to diff View file
A plugins/jira_import/include/JiraAgile/JiraSprint.php +113 −0 Go to diff View file
A plugins/jira_import/include/JiraAgile/JiraSprintRetriever.php +30 −0 Go to diff View file
A plugins/jira_import/include/JiraAgile/JiraSprintRetrieverFromAPI.php +76 −0 Go to diff View file
M plugins/jira_import/include/Project/CreateProjectFromJira.php +5 −0 Go to diff View file
M plugins/jira_import/tests/unit/JiraAgile/JiraAgileImporterTest.php +72 −6 Go to diff View file
A plugins/jira_import/tests/unit/JiraAgile/JiraSprintRetrieverFromAPITest.php +164 −0 Go to diff View file