Hi Team,
I want change the duedate of all the linked issues when I change the duedate of the issue which blocks the linked issues. Kindly request your support to create a jira automation for the same.
Example: if the blocked by duedate is updated to plus 3 das, the all the linked issues due date needs to be updated to plus 3 days.
@V-Guard R&D Elec. , Welcome to the Atlassian Communitu!
You can do this by creating a rule similar to this:
Trigger: Field Value Changed > Field: Due Date
Condition (optional): If it contains an issue link of type Blocks or Is blocked By
Branch: For linked issues
Action (inside branch): Edit issue > Due Date > Set to copy value from Trigger Issue
This way let's say you have a Story and this Story has 3 Tasks associated by 'Blocks' type. When you change Due date field from Story the same value will be copied for the Tasks related.
You can find more examples from rules like this in our Automation Playground | Atlassian.
Hope this helps you.
Regards,
Fernando
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.