https://phabricator.wikimedia.org/config/edit/projects.fields/ seems to list definitions from the long gone custom Sprint extension:
"isdc:sprint:startdate": {
"key": "isdc:sprint:startdate",
"disabled": false
},
"isdc:sprint:enddate": {
"key": "isdc:sprint:enddate",
"disabled": false
},
"isdc:sprint:issprint": {
"key": "isdc:sprint:issprint",
"disabled": false
}These duplicate the more modern std:project:* definitions, defined via https://phabricator.wikimedia.org/config/edit/projects.custom-field-definitions/
Should edit the database value and remove them.