stable

Clone or download

Read-only

Add missing fields to Sprint tracker

This is based on standard Scrum template. ATM only "Total remaining effort" is not covered because there is not yet an actual usage of remaining effort in the downstream trackers. Part of story #19242 create Jira project with Agile configuration Change-Id: I1c9595d746da1099090b090c06013892abbbcb65

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup/XML/XMLBurnupField.php +39 −0 Go to diff View file
M plugins/jira_import/include/JiraAgile/ScrumTrackerBuilder.php +74 −15 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactId/XML/XMLArtifactIdField.php +38 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/Burndown/XML/XMLBurndownField.php +38 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/CrossReference/XML/XMLCrossReferenceField.php +38 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/LastModifiedBy/XML/XMLLastModifiedByField.php +38 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/LastUpdateDate/XML/XMLLastUpdateDateField.php +38 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/SubmittedBy/XML/XMLSubmittedByField.php +38 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/SubmittedOn/XML/XMLSubmittedOnField.php +38 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.php +8 −6 Go to diff View file