Hi Salma,
Can you send a screenshot of the actual JQL query?
But I suspect you just need to put quotes around Start date like this: ("Start date" <=
"Start date" <= endOfDay({{numberOfDaysBeforeStartInclusion}}) AND statusCategory != done AND assignee != empty
The email is sent every day, even after the task start day is over.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, do you still get the error now?
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.
Please post a screenshot of the error you receive and the actual rule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The problem that it appears empty has been solved.
But there is a problem: it sends an email daily, even if the start day is over. How can I solve it and let it be sent on the same day only?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Change the <= endofDay to just = endofDay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK
If I want to send it but without sending the issue (tasks) what is in the pending column
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not sure what you are asking. How can you send it without sending the issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The mail is sent with the issue at any status till Done; I need to send all issues on all status except pending status or cancel status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Start date" = endOfDay({{numberOfDaysBeforeStartInclusion}}) AND statusCategory != done AND Status not in (Pending, Cancel) 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.