I have an automation rule set up that when a custom field (date field) in the story is updated, it updates the date to a different field in the subtask.
I would like the date in the subtask to be minus 7 Business Days from the date in the custom field, but am not able to figure out the JQL.
Any suggestions?
Hi @Naomi Mack -- Welcome to the Atlassian Community!
If I understand your question, the rule would not use JQL to do that. Instead it would use the minusBusinessDays() function:
If that does not help, please post images of your complete rule, the Edit Issue action where the change is made, and the audit log details showing the rule execution. Those will provide context for the community to offer better suggestions.
Kind regards,
Bill
Hello @Naomi Mack ,
In your Automation Rule, where you will be editing Date field value for Subtask set that as
{{issue.parent.customfield_ABCDE.minusBusinessDays(7)}}
Here ABCDE is your Custom field ID.
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.