We are looking to make some project management in Jira Work Management simpler for our team. In short, as a project manager, I want the ability to update a "Due Date" OOTB field and have linked items adjust their due date based on the LOE field (# days) and the due date of the original ticket.
Some thoughts:
For a question like this, please post an image of your complete automation rule, images of any relevant actions / conditions / branches, an image of the audit log details showing the rule execution, and explain what is not working as expected. Those will provide context for the community to offer ideas. Thanks!
Until we see those...
The date increment is the easy part for your rule, as you can may use the plusBusinessDays() function: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/#Date-plus-unit---
Regarding which issues to update, you can try branching to the linked issues with the specific type of note. Here is where it gets tricky: how many issues are in your chain of issues with these dependencies? If it is several, a rule like this may need to trigger other rules, cascading the updates. That can lead to complications and rule failures for longer chains, due to performance and service limits of automation rules.
Please add any details you can for the scenario so the community can offer suggestions. Thanks!
Kind regards,
Bill
Reference material I've found thus far:
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.