Hi here !
I want to follow the stories and change requests with open bugs only.
Here i am:
project = "Project name" AND component in (Component) AND status not in (Production, New, "Writing specifications", "Ready to dev/config", "In Progress", rejected, "Dev done", "To be validated", "Ready to prod") AND issuetype in (Story, "Change request") AND "Number of bugs linked" !~ 0
So with that i have all the US & CR with bugs linked, but it does not take their status into account (so i got topics shown with only bugs already fixed or rejected).
My question, can i improve my filter to see only the stories that have bugs in specific status ?
Thanks