I am working on creating a webhook with slack that pushes out a notification when a jira ticket is created. I have been successful for the most part but noticed one field won't come through which is the start date. The due date field does display though. Anyone have any suggestions?
New Resourcing Request:
*Summary:* {{issue.fields.summary}}
*Priority:* {{issue.fields."Priority"}}
*Reporter:* {{issue.fields.reporter.displayName}}
*Difficulty Level:* {{issue.fields."Difficulty level"}}
*Start Date:* {{issue.fields."Start date".format("MM/dd/yyyy")}}
*Due Date:* {{issue.fields."Due date".format("MM/dd/yyyy")}}
*Ticket Link:* {{issue.URL}}