Hi!
I would like to filter all the issues where I (or specific user) had sent reminder to specific user, or any users that belong to specific group.
Community moderators have prevented the ability to post new answers.
Now I'm searching like that:
issueFunction in commented("by my.name") AND watcher in (membersOf("my.team"),"some.person.who.got.my.reminder") AND project = Project AND status not in (closed, resolved) ORDER BY updated DESC
And then hand open all found issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.