Helou everybody
I would need your kind help. I have to find all tickets in JIRA ever commented by users in one group part of project.
All Tickets ever commented by a DBO Member (by Person) => Need to find a way how to use issueFunction in commented (“by USER”)
Have somebody any ideas ? How can I in JQL to find it ?
Thank you a lot
Lucie
Hello @Frantisek13,
try this one:
issueFunction in hasComments() AND issueFunction in commented("inGroup DBO")
Hope this helps.
If you need anything else, let me know.
Jakub
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.