Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create SD Queue without own reporters

Deleted user January 18, 2018

I want to create a ServiceDesk Queue with all reporters without company own users.

As I can see isn't possible to make a exclude from user groups.

JQL:

status in (Open, Reopened, "Waiting for Input", "Waiting for support") AND resolution = Unresolved AND report is not in (memberof(company))

2 answers

1 accepted

1 vote
Answer accepted
Susan Hauth _Jira Queen_
Community Champion
January 18, 2018

Hi mattias,

If I'm looking at that the jql looks incorrect.  Should be

reporter in membersOf("")

Susan

Deleted user January 18, 2018

i know. 

I want all users that are not in a specific group. "Real" Customer Accounts.

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 18, 2018

reporter not in membersOf("")

Deleted user January 19, 2018

It works!

 

I have another JQL issue.

How can I extend the Query to exclude specific labels?

I will see all tickets filtered with this query and all tickets without the defined labels.

When I append "AND != (mylabel)" it don't work.

status in (Open, Reopened, "Waiting for Input", "Waiting for support") AND resolution = Unresolved AND report not in (memberof(company)) AND labels != (mylabel)

Jack Brickey
Community Champion
January 19, 2018

try "and labels not in (label1, label2...)"

0 votes
Deleted user January 22, 2018

It works!

Jack Brickey
Community Champion
January 22, 2018

@[deleted]

Great! If you would, please accept Susan’s answer

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events