I am using Story and Bug Issuetypes as business objects. development is done through tasks and subtasks.
Story -> Linked IssueType Task (with relationship "implements") i.e. Task implements Story
Bug -> Subtasks
I add Story and Bug to the sprint, and want to see the associated tasks (relationship mentioned above) and recursive subtasks in the swimlane.
What would be the JQL query to achieve this view in the swimlane. Pls suggest.
Hi @Vivek Mangal,
You seem to be a little too ambitious there. If you would replace your tasks by a Sub-task issue type, you could simply organise your swimlanes based on the predefined level of Stories.
But if you choose JQL as the way to organise your swimlanes, that requires a specific filter for each swimlane. You are trying to create a dynamic selection based on stories, but with a dynamic relationship to each story separately. That is not possible, I'm afraid.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.