I am trying to create a automation that will update dues dates on sub-tasks.
When the value of the due changes on the story, if the subtask is not in a status of Done, it will update the subtask due date for the value assigned.
Is there a way to have nested if/else values?
This is the incomplete automation because I can not figure out how or if "if/else" can be nested under a branch rule.
If not are their any suggestions?
Also to note, there are a min of 4 subtasks that would have their due dates updated with different time frames.
No, you cannot nest IF conditions. However, you could change your branch type from Sub-Task to JQL and let your JQL perform the business logic to define which subtasks should be updated.
If you have different actions for different situations, you would then just create another branch based upon JQL.
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.