Is there a way to group linked issues on a board so that they stay together when resorted? I have a "Story" issue, that is "Blocked by" two "Task" issues and I'd like to see them together on a board, when I move the story see the linked tasks. If I move them manually, they look like this (how I want to see them)...
Do you mean, that you want to see all issues that are blocking other issues in a swimlane? Like in the picture 2? If so you could use Power Script, ScriptRunner or something like this to create a Query swimlane.
For example, in ScriptRunner you could use
issueFunction in hasLinks("is blocked by")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.