I'm looking to set a date in an automation based on a custom number field called "Number of Data Classes" in business days, plus an additional 4 business days.
I'm using {{now.plusBusinessDays(4)}} but how do I add the custom field value to that?
Thanks!
kindly check this post https://community.atlassian.com/t5/Jira-Software-questions/How-to-setup-an-automation-with-2-date-fields-sum/qaq-p/2305003
i think it has the answer to your question
{{issue.yourField.plusBusinessDays(4)}}
Thanks, but i needed the total sum in business days so this ended up working
{{now.plusBusinessDays(issue.customField.plus(4))}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.