I’m trying to set up a query in Jira for stories that have a custom label applied (UX-Design-Require), but do not have a design attached. This query works to show stories that DO have designs attached: design[totalCount]>=1 order by created DESC
But the expected query of design[totalCount]=0 order by created DESC does NOT work. I’m wondering if it’s because the design field used by the Figma plugin does not exist until the Design button is clicked in Jira? I can’t figure out what other ways might work, but Jira is telling me that "Available properties are “design[status]”, “design[type]”, “design[lastUpdated]”, and “design[totalCount]”.
However, I can’t find any documentation for status or type to see if there are values there that I could use. Any suggestions?