stable

Clone or download

Read-only

request #10532 Artifacts created via Emailgateway do not have default values

Set a default value for a field. Create an artifact by sending an email (feature must be activated beforehand). The created artifact should have the field valued to the chosen default value. Similarly, a kanban item created by email should appear in the backlog. Change-Id: Ibccf24d77098b1747fd05439c8dec8c1c7f8710d

Modified Files

Name
M plugins/tracker/bin/emailgateway.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php +8 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayBuilder.php +8 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayBuilderTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayTest.php +20 −0 Go to diff View file