Hi All,
I am trying to write a Jql in which my story is either in test status or done status while the underlying issue type = test which implements this story are still not marked to Done
Using this query but it is pulling all the tasks, queries as well
Delivery sub-team in (a, b, c) and issue type = story and status in ( done, test) and issuefunction in linkedissuesof ("status in ('in progress', 'to do')", "implements") and and issuefunction in linkedissuesof ("issue type not in (query, task)", "implements")
I only need test issues( open) which are linked to a story (test or done)