We use JIRA 7.12 server version.
Yes it is possible, but you will need to purchase a license for the JIRA add-on Adaptavist Scriptrunner. Then you can do a JQL like the following:
project = <project name> AND sprint in futureSprints() AND issueFunction in aggregateExpression("Total points", "storyPoints.sum()")
This sums up all of the Story Points for issues assigned to future sprints.
You can also change 'futureSprints()' to a specific sprint number (e.g. '421'.)
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.