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
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.