Is there a way to directly link (or bookmark) a board in the current iteration? We’re using a cadence, but the link with ?iteration_id=Current somehow automatically adds another &iteration_id which is - in our case - a previous and thus empty iteration. We then need to manually add the current iteration in the query field to get to the right board.
Is this a bug, or are we misunderstanding the best way to link to the iteraction board?
I just have a similar issue, I would like to be able to directly link a board in project multi issue board setup and found that the boards ID are not in my URL.
Great find! I’ve also seen that there is a GraphQL response that shows all boards of a project, incl. their ID.
Interestingly, it will be possible to amend these IDs to the /boards URL fragment in the form of /{id} and have GitLab load the desired board directly.
This information/link could be surfaced to the user in the interface. But maybe that’s a separate discussion, to not deviate too far from the OP.