stable

Clone or download

Read-only

Add title and timeframe semantics

Both are needed to build the agile dashboard configuration. Part of story #19242 create Jira project with Agile configuration Change-Id: Ia1e4f73782dd9c0d07b0b75903860ab55ee2e653

Modified Files

Name
M plugins/jira_import/include/JiraAgile/ScrumTrackerBuilder.php +11 −0 Go to diff View file
M plugins/jira_import/tests/unit/JiraAgile/JiraAgileImporterTest.php +44 −0 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Timeframe/XML/XMLTimeframeSemantic.php +60 −0 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Title/XML/XMLTitleSemantic.php +57 −0 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/XML/XMLSemantic.php +47 −0 Go to diff View file
M plugins/tracker/include/Tracker/XML/XMLTracker.php +25 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/XMLTrackerTest.php +53 −0 Go to diff View file