Like on 10 ticket i want to filter out how many time User1 , user2 and user3 commented.
what should be my JQL query.
Hi
It depends on what project or what type of incidents, etc., you first select where you want to see it from and add the comments condition, for example:
project = "XXXX" OR IssueType = "XXXX" and commentedBy in (X,X,X)
If my answer helped you,
please mark it as accepted so that other people looking for similar problems can find it more easily
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.