Hello!
I am trying to display filter results based on status in JIRA.
project = ODS AND (issuetype = "A" AND status in (Resolved) AND issuetype = "B" AND status in (Open, "In Progress"))
So I am trying to get issue "B" to display based on issue "A" being completed.
Is this something that can be done in filters?
Thanks!