Forums

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

Why does "was in"-function not work for assignee anymore?

Trabaldo Lena_ Emanuela
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 1, 2021

Hey guys,

I'm having trouble with some jql-filters since friday. They contain the function assignee was in (membersOf("")) and it provides an invalid value since friday. Worked out fine before and I tried with other groups, still same problem.

Is this a temporary problem? Is there a fix for it?

Or any ideas how to change my jql to get tickets which were assingned to a member of a specific group?

Here the error message:
A value provided by the function 'membersOf' is invalid for the field 'assignee'.

Thank you very much!

2 answers

0 votes
Daniel Ebers
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.
March 5, 2021

Earlier this year we came across exactly this.
It turned out to be: https://jira.atlassian.com/browse/JRASERVER-71654

It started to fail when a specific users was inactivated - until this is not the case the query works but then breaks.

A colleague mentioned that the operator is not supported as per documentation:
https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-functions-reference-939938746.html#Advancedsearching-functionsreference-membersOfmembersOf()

So, in summary - yes, it works but it is not considered "reliable".

Cheers,
Daniel

0 votes
Pavel Junek
Community Champion
March 1, 2021

Hi @Trabaldo Lena_ Emanuela,

Welcome to Atlassian Community!

Can you please write the error that Jira is showing you?

For me it works e.g.:

project = "Test project" and assignee was in (membersOf("jira-administrators"))

The group you are looking for may have been deleted.

Pavel

Trabaldo Lena_ Emanuela
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 1, 2021

Hi Pavel,

I've added it to my post.

Also I tried with assignee in membersOf("") and it worked with that group.

Thank you!

Pavel Junek
Community Champion
March 1, 2021

Ah, thank you for adding the information :-).

It's weird behavior. It occurs to me that this may be related to this error: https://jira.atlassian.com/browse/JRACLOUD-65110 (The commentary says: Affects also JIRA server...)

Suggest an answer

Log in or Sign up to answer