Searching the issue where specific user send reminder to specific user (or group)

Lukasz Cwikla January 23, 2014

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.

1 answer

0 votes
Lukasz Cwikla January 29, 2014

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.

Suggest an answer

Log in or Sign up to answer