trying to do this JQL (which was working before):
created >= 2023-06-01 AND created <= 2023-12-31 AND project in (TA20, BC526, SOTF, OM, COR, CE, CMTP, HEL, HP, SW, WMS) AND issuetype = Bug and linkedIssue is EMPTY
but now is not working anymore and I am getting this error:
The operator 'is' is not supported by the 'linkedIssue' field.
Anyone else encountered this? Please share how to resolve or an alternative. I am trying to search for all bugs that have no linked issues.