I created many groups and I attached each person with the right group. now i need to be able to report by the group rather than the assignee
for example, i have 2 guys from Vendor A and 3 guys from Vendor B. I want to have a report that stated Team A has total of 10 tickets, and team B has total of 4 tickets and so on?
You can write a simple JQL query using the membersOf operator.
This returns all issues assigned to members of the group "Vendor A".
assignee in membersOf("Vendor A")
either the JQL or the basic search both allow to select the filter per group. what I want, is to add a widget or create a report, and I'd like to put a filter in that report so it shows me in one table the sum number of tickets per Vendor A and sum number of tickets per vendor B.
if i create the filter now, and I add widget or report, it asks me to show result per assignee, not per group name! :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had this quesiton too: I have a group of five people, in different departements, that i want to filter.
I have to do a [participant = <person1> OR participant = <person2> OR participant = <person3> OR participant = <person4>]
shouldn't there be a way to do?:
[participant = <person1> OR <person2> OR <person3> OR <person4>]
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.