Filter results is showing fixed resolutions

Deleted user February 9, 2014

Hi I am creating a filter for search results and want to show issues where I am either the copywriter, reporter or assignee and the resolution is unresolved, however using the code below doesn't seem to be working as it is showing issues that have a fixed resolution when I press search.

resolution = Unresolved AND assignee in (currentUser()) or reporter in (currentUser()) or Copywriter in (currentUser())

Thanks

Hannah

1 answer

1 accepted

0 votes
Answer accepted
Udo Brand
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.
February 9, 2014

try

resolution is empty AND (assignee in (currentUser()) or reporter in (currentUser()) or Copywriter in (currentUser()))

since you are using "Or"s you need to put them inside a ()

Resolution "unresolved" means there is no entry in the database, therefor use is empty.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events