Update field on card if card not updated in X days
Answered
On Youtrack 7 (Build 31322) using workflows—or any other way—can I have a field of a card get updated if the card hasn't been updated in X days?
What I'm trying to achieve is have some visual indication that a card hasn't been updated in a week and hence it's going "stale".
Please sign in to leave a comment.
Hello Dio, you can create a custom workflow doing just that. You'll need to create a scheduled rule which would iterate over your issues, for example, once a day, check the time when the issue was updated and do something (tag or create a comment or change the state) if the updated time is more than X days.
Please give it a try and let us know if you have any questions. Thank you!