Hello, Good day. Please go to project settings >> Automation, please check if there is any rule that checks for the issue due more than 3 days. Edit the rule to check the number of days from 3 to 10.
Hello, Thank you for the update. Looks like that could be the rule in question, open the rule check if there is any JQL specified like below, and change this value.
duedate >= 3d
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
テンプレートに記載のあるJQLは以下でした。
duedate <= endOfDay({{numberOfDaysBeforeDueInclusion}}) AND statusCategory != done AND assignee != empty
duedate <= endOfDay({{numberOfDaysBeforeDueInclusion}}) AND statusCategory != done AND assignee = {{distinctAssignee}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, thank you for the update. Please try the following value.
duedate <= 9d AND statusCategory != done AND assignee != empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, You can try changing only the first value. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's awesome. On the same automation rule go to the last steps with the "Email" symbol. It will have the email text configured. If this helps, please select answer accepted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.