I'm trying to create a mailing list of emails to each user with his list of problems through lookupissues. It is not clear how to divide the tickets, that everyone received their own. Please tell me.
Hi @Pavel Pristupa ,
This seems to be a good use case for filter subscriptions. For example, you can create a filter subscription like this -> assignee = currentUser() AND project = "Test Project (Test)".
Each user who subscribe to this will filter will only receive list of tickets assigned to them.
More details about filter subscription here.,
Thanks,
Aditya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pavel,
Can you share the actual rule?
Also, if you just send the Email to the Assignee, they should only get their tickets.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
the case is as follows: we have a custom field "Manager", the customer puts his manager in this field. We want to send tickets to managers by letter for a month. 1.Trigger planned 2.Search issues 3.Send email The problem is the following. in the sender I put {{lookupissues.customfield_10636.emailAddress}} Error: The email could not be sent because the address is not specified in the recipient field. If you specified a link to the field, it may be empty. As a result, we want managers to receive a list of tickets where they are marked as managers
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.
Just try: {{issue.customfield_10636.emailAddress}}
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.
Maybe try adding a log statement prior to the Send email step to see what value it has for the Manager field.
Other option is to try it with a single issue and not using lookupIssues to see if that works in general.
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.
without the "Find tasks" action, the log records the email address
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you post the audit log results of when you run it?
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.