stable

Clone or download

Read-only

Import Jira issue links to sprints

Need for ArtifactLink field in the scrum tracker definition. Part of story #19242 create Jira project with Agile configuration Change-Id: I524b1b03e1b75033faed986f196e32976e3b3dc3

Modified Files

Name
M plugins/jira_import/include/JiraAgile/JiraAgileImporter.php +14 −3 Go to diff View file
M plugins/jira_import/include/JiraAgile/JiraSprint.php +3 −3 Go to diff View file
A plugins/jira_import/include/JiraAgile/JiraSprintIssuesRetriever.php +34 −0 Go to diff View file
A plugins/jira_import/include/JiraAgile/JiraSprintIssuesRetrieverFromAPI.php +72 −0 Go to diff View file
M plugins/jira_import/include/JiraAgile/ScrumTrackerBuilder.php +10 −1 Go to diff View file
M plugins/jira_import/include/Project/CreateProjectFromJira.php +6 −1 Go to diff View file
M plugins/jira_import/tests/unit/JiraAgile/JiraAgileImporterTest.php +80 −5 Go to diff View file
A plugins/jira_import/tests/unit/JiraAgile/JiraSprintIssuesRetrieverFromAPITest.php +240 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/XML/XMLArtifactLinkChangesetValue.php +63 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/XML/XMLArtifactLinkField.php +38 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/XML/XMLField.php +19 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/XML/XMLFieldWithoutPermissionsException.php +29 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/XMLTrackerTest.php +81 −13 Go to diff View file