Back to debugHelper
JIRA ON-PREMISE JIRA CLOUD ZENDESK AZURE DEVOPS SERVICENOW HP ALM/QC GITHUB SALESFORCE
Signature
Example use
debug.error("String message")
Comment
When you synchronize a custom field, but the issue on the receiving side is not updated and you don't see any error.
// throw an error with the custom field value stored in a replica debug.error("customFields."Foo".value from remote side is: " + replica.customFields."Foo"?.value)
See Also
Back to debugHelper