Here is my JQl
project = TEST AND issuetype = Story AND parent in (TEST-101, TEST-102, TEST-103) order by created DESC
TEST101,102,103 are Epics
It shows as below result, only story/features that are linked to each other appears under "Links" columns, How can I also show bugs that are linked to story/features
For example, Test1100 is a story/feature from one of the epic and under Links column it shows that it is linked to story/feature Test1101 and Test1102 but not the bugs which are also linked to Test1100
Only by hacking the core code to relocate the section.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.