My app just randomly started producing this error message
Error: Deployment failed (requestId: d3064ff25b764a54a6cb3de186ca8ae5)
I’ve been trying several times over the past 2 hours, and it just fails every time. Also tried undoing code changes to the last working version, and that’s still the same.
I did raise a ticket but no response yet.
Verbose logs don’t seem to help. There is an error in there:
Manifest passed trigger schema validation. Modules with string array: 0, modules with TriggerEventArray: 0.
Manifest validation failed
Validation errors: {
“validationResult”: {
“tid”: “f3d6266a11854aeeb591d471cc6c03b5”,
“code”: 400,
“type”: “UpsertEnvironmentRequestInvalidError”,
“message”: “Upsert Environment Request body is invalid. Error message: jira:customField[myapp]: must have required property ‘key’; jira:customField[myapp]: must NOT have additional properties”
}
}
However I don’t know if that error is always there ??