Forums

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

Not able to find the Saved Filter- Throwing error

Preeti Yadav June 17, 2024

Hi Team,

Filter query-

(filter = "GODUC Epics" OR filter = "GODUC Workpackages" OR filter = "GODUC Workitems") AND issuetype in (standardIssueTypes(), subTaskIssueTypes()) ORDER BY Rank

ASC

 

 

Till last Friday all the filter were working properly , suddenly Filter is showing error - 

 

 

  • The value 'GODUC Epics' does not exist for the field 'filter'.
  • The value 'GODUC Workpackages' does not exist for the field 'filter'.
  • The value 'GODUC Workitems' does not exist for the field 'filter'.

please guide

Thanks

1 answer

0 votes
Toby Moore
Contributor
June 17, 2024

looks like you are trying to use the results of other filters (GODUC Epics, GODUC Workpackages, and GODUC Workitems) in this filter, have you made sure that

1) you still have access to those filters

2) the name hasnt been changed

If the name was the issue, then when you got to those filters themselves, you can actually get the filter ID and use that rather than the name (link here) in the query above.

Suggest an answer

Log in or Sign up to answer