Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automatically move tasks in Advanced Roadmaps

Adrian Bogacz December 19, 2022

Hi,

Is it possible for tasks on the advanced roadmap to move automatically in time by themselves when the task blocking them has not yet been completed?

Best,

Adrian

1 answer

0 votes
Ste Wright
Community Champion
December 23, 2022

Hi @Adrian Bogacz 

You could probably use Jira Cloud Automation for this.

Advanced Roadmaps utilises data from Jira - so for example if...

  • Issue A blocks Issue B and...
  • Issue A is not complete by its due date

Then you could change Issue B's due date to be 7 business days later.

For example, the rule might be...

  • Trigger: Scheduled
    • Every 1 days
    • JQL = issueLinkType = "blocks"
  • Condition: Issue Fields Condition
    • Field - Due Date
    • Condition - is before
    • Date/Time - Time of Execution
  • Branch: Related Issues
    • Type - Linked Issues
    • Link Types - blocks
  • Action: Edit Issue
    • Field - Due Date
    • Value - {{now.plusBusinessDays(7)}}

---

^ Let us know if you have any other questions :)

Ste

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events