Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hi,
I've tried so many ways. I'm sure it's simple. I have a field in my Jira Issue called "Due" and I just need to display it in the body of an email. I'd really appreciate any help. Too simple, to spend hours on it.
Thanks!
You appear to be using the bulk-handling feature of Jira Data Center automation, with the plural {{issues}} smart value: https://confluence.atlassian.com/automation103/run-a-rule-against-issues-in-bulk-1488594794.html
When using bulk-handling and iteration, the singular {{issue}} prefix is not needed in front of your Due Date field. For example:
{{#issues}}
* {{key}} -- {{duedate}}
{{/}}
Kind regards,
Bill
Thank you. I have to play around with formatting but that worked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.