If we click on an Epic, it shows all the stories within it. So Epic works more like a placeholder.
If we manually link multiple tasks to a story, is there any easy view to see all the tasks under any specific story? Here we are using "Task"s as a layer under parent layer "Story". Is it possible to see all the tasks under any story story the same way we can see the epic contents?
Hello @Raihan Mirza ,
Thanks for reaching out, and By Default a "Task" would be a standard issue type and from your note "manually link multiple tasks to a story" this sounds like the setup you have but as you can change the naming conventions around as desired I just wanted to clarify the settings to make sure everything lines up.
Are your "Task" issue types Sub-tasks of the story or Standard issue types linked to the story via a issue link as there is a different approach to each setup detailed below.
Also, a full referance to the JQL can be found in the documentation here:
If you are using Issue links you can locate all issues linked to another issue using the JQL:
issue in linkedIssues(issueKey)
or
issue in linkedIssues(issueKey,linkType)
If you are working with Sub-tasks you can find the children issues via:
parent = issuekey
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.