Is there a way to do this? I want a filter that gets me the Bugs linked to all the Sub-task linked to a certain Story.
Hello @jawedshaikh
If you have Script Runner plugin installed, then you can achieve it using the following
issueFunction in linkedIssuesOf('issueFunction in subtasksOf("key=<your-story key here>")') and type = bug
IF they are linked to eachother, you can use
issue in linkedIssues(issueKey)
in your JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.