I have a Structure board that shows Tasks only, and I've been trying to add a column that returns the Story (if one exists) that's related to a given task.
Some of our Tasks roll up straight to the Epic level, and I have a column that pulls in Epics already. Some Tasks are linked to a single Story within their Epic, and I want to pull in that Story for ease of navigation.
I've tried MANY different approaches, and I can get close, but not all the way there.
In a nutshell: For Task A, I want to see linked issues that are issue type Story.
Thank you!