hello everyone,
In a project, we want to send an e-mail to the person assigned to the assignee 7 days before the due date in each ticket. And I want an e-mail to be sent to an e-mail address I want.
1 day after the due date expires, I want to send an e-mail to the assigne and to the e-mail address I want.
Need JQL?
Or can I do it with Automation?
I ask for your help.
Best regards.
Here is the solution:
due < 7d and due > now() and assignee = currentUser()
due = -1d and assignee = currentUser()
Hope it helps.
First of all, thank you very much.
In the screenshot you took about Automation;
An e-mail will be sent to the assigne person 7 days before the due date.
1 day after the due date, an e-mail will be sent to the e-mail address I want, is it true?
Does the JQL you wrote work for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share the rule details with a step-by-step screenshot?
If:matches then I can't find what to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did as you showed.
7 days ago the notification will go and after 1 day the notification will be gone, is it true?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I fixed the JQL code as below;
(due < 7d and due >=now()) OR (due > -1d)
Is it correct?
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
(due < 7d and due >=now()) OR (due > -1d)
It started working correctly with this code.
But there is no ticket number in the content of the e-mail. How can we write?
Thx
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.
Where exactly do I need to write the smart value? To the content of the mail?
Can you post a screenshot example please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did it with issuekey,
Can we put the related issue as a link?
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.
Hello again,
Although there is a due date of August 1, the mail notification is gone.
Since the ticket has passed for 1 day, can you help me where am I doing wrong?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tauwa Hi,
(due < 7d and due >=now()) due < -1d NOT due > -1d
I don't understand what exactly to change?
Can you write the full version please
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.
You can write JQL and Add Filter Subscription to it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it done with automation?
Can you write sample code for JQL please?
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.