Hi,
I'm looking for a way to filter issues in a certain status (e.g. 'To test Acc') AND where linked issues have a certain status as well (e.g. 'Done').
Sven
project = XYZ AND status = Resolved
project = XYZ and issue in linkedIssues("issuekey", issueslinkedas) and status = Resolved
Please note that issuelinkedas can be blocks, is blocked by, defined by, defines, etc
Please let me know if this solves your issue
Many thanks
Kinnera
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.