I am working on something which requires me to fetch all issues linked to a board as (blockers lets say) "i know how to fetch all blockers" but i need to have something which would allow me to fetch only the ones not closed/done.
-i tried filter to find status not in closed/done but as it turned out it would check for status of original issue on that board (if im not wrong)