We could auto close issues with no reply after X days:
X as days, must be configurable. Initial value 7.
The auto close task should run every Y hours. Initial value 12.
The message will be: "Issue closed automatically by PrjHub after the user didn't respond for a while. In case this issue is still valid, please don't open a new one, but rather reopen this one or just comment it with the reason why it should be reopened."
Condition to auto close: label "waiting reply" AND last comment date - now > X
We could auto close issues with no reply after
X
days:X
as days, must be configurable. Initial value 7.Y
hours. Initial value 12.label "waiting reply" AND last comment date - now > X
See also #59.