I am facing the below error while creating an automation.
I want to share all open issues list with our whole team. I have tried the filter subscription option also. But I want the list in a specific tabular format. Please suggest any plug-in options also if you have.
Hi Mansi - Welcome to the Atlassian Community!
I think the basic problem is that there are cases where the Assignee field is empty. So the way we solved that before is to create an IF/ELSE for each scenario - Assignee is empty and Assignee is not empty. Put the current Send Email under the one where Assignee is not empty. Then copy that and put the copy under the Assignee is empty, but edit it take out the Assignee from the To: of the email.
That should solve it for you.
Hi @Mansi Mehta & welcome to the community,
If you look on the right you'll see 7 MM tickets being processed. So your automation does select (a few) issues. The problem is that it can't send all emails, because you send them to the assignee and not all issues have an assignee are set. So you either need to send the email to specific users. You can type one or more email addresses in the send email action or you need to add a condition in front of the sending of the email, which skips issues with empty assignees.
To be more helpful you might need to show us the rule details of your automation
Rudy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Rudy Holtkamp
I have selected reporters as a field before, but it showed the same error.
Please find the below snips for rule details:
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mansi Mehta ,
I see that you have the assignee & reporter in the send list. If I look at your primary question you want to send a list to the whole team. So I suggest that you replace the reporter and assignee to email addresses of your team.
Then all team mates will receive the list of unresolved issues, regardless if they are the reporter/assignee.
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.