JQL to show all epics and stories for a parent
I have hierarchy based on a Feature which is a PARENT in our board, then multiple epics and multiple stories / sub tasks
When I do with "Parent Link", the result is only for 1 Epic row....missing all the other rows
I want to query all results based on ONE or MULTIPLE Parent ID and to display all epics and stories (see attached). I want to pull all the epics and stories for the parent ID which is not possible after several attempts :(
1. Parent
2. ---Epics
3. -------Stories
4. -----------Sub/tasks
Any help is appreciated / Thanks
issuekey in childIssuesOf("ABC-123")
Thanks Sergey for your help, it worked like a charm and really appreciate for taking the time to read my message. I also need to filter by multiple parent ID, do I just use OR clause to join multiple filters. Please let me know....
issuekey in childIssuesOf("ABC-123") OR issuekey in childIssuesOf("XYZ-678")
Thanks again!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just use clause OR, it will add other childs of parent
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.
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.