I've set up a Kanban board going from Ready > In Progress > On Hold > In Review > Done.
When a dev takes an issue from Ready to In Progress they add a due date reflecting the number of weeks they think it will take to do.
What I'd like to do for them is have the due date change automatically when the issue is added to On Hold, freezing it (or rather incrementing it one day forward per day it's on hold, so they're not punished for putting it on hold. ie:
So for example:
Below is what I currently have - and I'm not sure if it's working right but I suspect it's not...
Update: It indeed does not work, it just makes the due date tomorrow.
Any help setting this up would be greatly appreciated!
Cheers,
Hi @nickburnsap
To increment the issue's due date, you can use:
{{issue.duedate.plusBusinessDays(1)}}
You can also use plusDays but I suspect plusBusinessDays could be more appropriate for your use case? (so the new due date doesn't fall on a Saturday or Sunday).
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.