-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Notification - Email
-
1
-
Severity 3 - Minor
Issue Summary
Having copy value post-function from a field without any value to Summary field in Create transition will cause Jira mail notification to fail.
Steps to Reproduce
- Edit workflow Create transition.
- Add "Copy Value From Other Field" post-function.
- Set source to Epic Name and destination to Summary.
- Create an issue in the project.
Expected Results
Issue created email notification is received without any issue.
Actual Results
No email for the issue created.
Error thrown in Jira log about Summary being NULL
Response: '400', 'Bad Request', '{"code":400,"message":"Schema 'jira/jira_issue_schema_v2.json' failed validation.","errors":[{"code":"SCHEMA_VALIDATION_FAILED","message":"Schema 'jira/jira_issue_schema_v2.json' failed validation."}],"processingErrors":[{"level":"error","schema":{"loadingURI":"#","pointer":"/definitions/issue/properties/fields/properties/summary"},"instance":{"pointer":"/issue/fields/summary"},"domain":"validation","keyword":"type","message":"instance type (null) does not match any allowed primitive type (allowed: [\"string\"])","found":"null","expected":["string"]},
Workaround
No workaround.