I'm attempting to perform a JQL query of tickets opened by customers in a particular organization.
So far I'm at
reporter.property[organization] = 'Legal"
But not getting any results.
Community moderators have prevented the ability to post new answers.
Hey @Mark Hostetler
You would want the JQL to look something like this. The first part in bold is what is specifying that the reporter is apart of the provided organization(s).
reporter in organizationMembers(Test) AND project = CTSDOG AND resolution is EMPTY AND "Request Type" is not EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.