Hello! So I've noticed that the boards in Jira doesnt show issues that have been in the Done column for more than two weeks, but when I make a get request to fetch the issues these still show up. So now I want to create a query that only shows me the issues that are visible in the board.
I guess there is no way to only show visible issues so I must make a customized query.
This is the query I've tried but I still get all the issues (even the ones not visible)
Does anybody have a tip on what in this query that's "wrong" since it shows my all the issues. Everything before "&createdDate..." works fine though! :-)