From the 'Agent" point of view, how can I find the requests that had been raised as "private" i.e. not shared with the reporter's Organization ?
Hello again
I understand that it is not possible to locate those "private" requests by a simple JQL query like the one I used.
Using however 'scriptrunner' I can achieve my goal:
issueFunction in issueFieldMatch("project = XXXX", Organizations, "^$")
this query returns the requests with 'empty' Organizations field
Hi @Kostis Kiouptsidis ,
Welcome to the community! Agents can utilize JQL to query requests, or queues & filters can be set up for them to view requests regardless of whether it's been shared with the reporter's organization.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Christopher Yen
Thanks for your message. I am using the JQL query ( Organizations is EMPTY ) but I get the response
The operator 'is' is not supported by the 'Organizations' field.
Hence, I am still looking for the proper filter to find those requests.
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
just trying in my sandbox, = Empty might work..
Organizations = EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice!
although after 'Organizations' the '=' is not suggested
although after 'Organization =' the 'EMPTY' is not suggested
the 'Organizations = EMPTY' works indeed
Fine. Thanks again
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.