Hi,
I need to pinpoint which of the issues selected for a future sprint don't have their epics (if they belong to one) on the exact same sprint
Any JQL magician around?
Thanks in advance
Hello Emiliano,
As covered in Working with epics
Unlike sprints, scope-change in epics is a natural aspect of agile development. Epics are almost always delivered over a set of sprints. As a team learns more about an epic through development and customer feedback, some user stories will be added and removed to optimize the team's release time.
It's very rare that you'd put an Epic into a sprint explicitly, and doing it would suggest it's actually small enough to be a story, rather than an Epic. You're supposed to break Epics up into stories to work on them, not the Epic directly.
But looking at your goal to show Epics related to a sprint since Epics are not associated to a Sprint directly I believe A scripted JQL function from the add-on ScriptRunner for Jira would be the optimal solution here, using something like:
issueFunction in linkedIssuesOf("sprint in openSprints()", "has epic")
More details on the additional JQL functions provided by ScriptRunner can be found here:
-Earl
Hi Emiliano,
Glad I could help, if this answer resolves your questions, please accept it by clicking the check box.
-Earl
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.