I'm trying to generate a JQL query to get the amount of story points based on completed sprints but I'm getting duplicated story points over the sprints as sometimes the tickets are carried over to other sprints.
The JQL query used is:
project = "POL" AND sprint IN (2, 75, 110, 344, 744, 876, 1008) ORDER BY createdDate DESC
Hi @Daniela Cancino -- Welcome to the Atlassian Community!
That is not possible with the built-in features of JQL.
Some workarounds depend upon how often you want to perform this type of query and your cost / effort constraints:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.