We have a filter which returns the error "A value providec by the function 'currentUser' is invalid for the field 'assignee' "

Bob Blevins December 20, 2012

Here is the filter that returns the error:

assignee was currentUser() AND (status = Reopened OR status = "In Dev") ORDER BY updatedDate DESC

The strange thing is that the following filter works fine (same dash, same time):

assignee = currentUser() AND status = "In Test" ORDER BY updatedDate DESC

Any ideas how to fix this?

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
December 20, 2012

Usually happens when a JQL function returns an invalid user. Since you are on onDemand, you will have to raise a support ticket with Atlassian as you don't have direct access to DB.

Suggest an answer

Log in or Sign up to answer