we have option in dashboard setting on displaying the issues based on swim lanes, of which when i select the option as Story it will display swim lanes based on story and display the sub tasks under that story only, but i want to view all the linked issues of each story when story being the swim lane,
How can i make this? is it possible to view something using queries option ? if so how do i write the query.
You really can’t achieve this. Granted you could do as @Pedram Mireftekhari indicates but this would not scalable. Trying to manage the queries as stories come and go would be tedious at best. The other complication here is that if a linked issue belongs to another story which swimlane would it appear in? The answe in fact would be the topmost swimlane since that is how Jira boards deal with duplication.
There is not such a thing as Dashboard setting. Dashboard is another section in Jira than Boards.
Regarding only viewing linked issues as Swimlanes in the board you need to choose following in Board setting:
Base Swimlanes on: Queries
and you need to create a lane for each story with this JQL:
Issue in linkedIssues("issue id")
So if you have 20 stories, you need to create 20 lanes each with JQL specific for that story.
I hope that helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.