Is there a way to create a filter (not for a plan) to view a sprint and show parent epic and parent initiative. See my current simple filter below I use to view my sprint and create pie charts from to see the sprint by Parent Epic. I'd like to be able to also see the corresponding Parent Initiatve to these epics as well.
Story, Task, Bug, etc. ticket types in a designated sprint > their Parent Epic > the Parent Epics Parent Initiative
PS: my apologies in advance the Question submission was not working so I moved my question here hoping to start a discussion around this visibility :(
If you have Scriptrunner you could use the following function:
issueFunction in parentsOf()
issueFunction in parentsOf("project = XYZ AND sprint = 1234")
You can do it for each level.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.