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 -
please guide
Thanks
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.