stable

Clone or download

Read-only

Add the sprint state select box

In order to have a compeling test for references the whole structure is done in one commit (formElement, report, criterion table column and semantic). The actual value will be managed in a dedicated commit. This is mandatory to have open & closed milestones in the planning view. Part of story #19242 create Jira project with Agile configuration Change-Id: I151ad12aee5174e28dbc41aea6b0b1187ae5a467

Modified Files

Name
M plugins/jira_import/include/JiraAgile/ScrumTrackerBuilder.php +36 −4 Go to diff View file
M plugins/jira_import/tests/unit/JiraAgile/JiraAgileImporterTest.php +70 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindStatic/XML/XMLBindStaticValue.php +60 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/XML/XMLBindValueReference.php +31 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/XML/XMLBindValueReferenceByLabel.php +49 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ListFields/XML/XMLSelectBoxField.php +107 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/XML/XMLFormElementFlattenedCollection.php +19 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/XML/XMLReportCriterion.php +26 −1 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Status/XML/XMLStatusSemantic.php +76 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/XML/XMLSelectBoxFieldTest.php +111 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Report/XML/XMLReportCriterionTest.php +76 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/XMLTrackerTest.php +85 −0 Go to diff View file