I am trying to get all open tickets which have passed/ completed by particular group using REST API. Let me explain it with example.
Suppose me and my friend Rohan are part of Monitor Team(group), and Rohan has completed 2 tasks which are now pending at some other person's end. Now If I want to get these tasks(means I want to get open tasks which were completed by my group member), then how can I get it ?
I have read about history, but didn't get anything beneficial for my requirement. It's giving me detail of tasks but no option is available to filter out based on group. Could you please help ?