I would like to use automation to send out an email at 9am each day as a reminder when there are any issues in a specific project that have not yet been assigned.
I have the basics working, but my problem is that an email is sent for each issue that is unassigned - I only want to send one email out.
The rule looks something like this:
[WHEN: 9am each day]
JQL: updated <= startOfDay(-1d) AND statusCategory != Done
[IF: all match]
Assignee = empty
[THEN: send email]
I have tried playing with entity properties but it seems to send multiple emails the first time and then never run again. I need it to run daily, but only send one email.
Any help appreciated!!
john
@John Cross rather than using automation for this you can use subscriptions on a filter.
So first off create a filter:
Then under Filter Details add a subscription - you can either get everyone who you want to see the scheduled subscription notification to create a personal subscription, or you can create a group with everyone you want to receive the notification.
I agree with @Stephen_Lugton ... Using a subscription is a much better solution than overloading automation with this. Some more details on filters and subscriptions can be found in this article.
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 @John Cross
Here is my suggest :
Hope this can help you
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.