Hi guys
I am currently working on Quickfilter to display Stories and Subtask that belong to Epics that have specific components.
I used: issueFunction in issuesInEpics("filter = \"Component xy\"")
This does only show the Stories that are connected to the Epic with component xy but the Sub-Tasks are not yet shown.
How can I include them in the filter so that I see Stories and Subtasks that are connected to the Epics with component xy?
Thank you for your help
You could use the following JQL:
issueFunction in issuesInEpics("filter = \"Component xy\"") or issueFunction in subtasksOf("issueFunction in issuesInEpics(\"filter = \\\"Component xy\\\"\") ")
Reagrds
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.