Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Automation

Lydia Roth August 9, 2022

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}}

1 answer

1 vote
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 9, 2022

Hi @Lydia Roth 

Perhaps it is the use of fields, which usually is not needed with {{issue}}.  Smart values are structure, case, and capitalization-sensitive, so please try using this instead for Start Date:

{{issue.Start date.format("MM/dd/yyyy")}}

When in doubt what will (or won't) work for smart values, please try the information in this how-to article: https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/

If that still does not work, you can also use the custom field ID, which may be found with that same how-to.

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events