I have created one Team and added members to it.
I wish to create a filter which fetch me all the tickets (stories, epics, etc) created by any member from Team.
Can anyone help me?
Community moderators have prevented the ability to post new answers.
Thanks a TON @Hack Vogel . I checked this. memberOf can work for Group and not for Team.
Any further thoughts?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I thought 'Team' was a group.
You can define a group (or have a group defined) which contains all of your team members.
Or you can check for them individually:
reporter in ('member1', 'member2', 'member3',... )
(where 'memberN' is the identifier of each member of your team
I hope this helps
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.