What are some good queries to run to show velocity?

Ty.Yarborough December 7, 2021

I know we have the velocity chart, but to see velocity related information surrounding a sprint, what are good queries I can run to show this?

1 answer

1 accepted

1 vote
Answer accepted
Heather Ronnebeck
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 7, 2021

To measure velocity, I tend to use the created vs resolved JQLs. 

So I would do:

Created 

project = xyz and created >= start-of-daterange and created <= end-of-daterange 

Resolved

project = xyz and resolved >= start-of-daterange and resolved <= end-of-daterange 
Ty.Yarborough December 7, 2021

Do you enter the date as like 12-02-2021?

Heather Ronnebeck
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 7, 2021

The date format is actually yyyy-mm-dd so I'd do it like 2021-12-02. 

Another thing to note is that the dates always go to midnight, so you want your end dates to be the day after your actual end date so it goes until 11:59 pm your server time. 

So if I wanted to end on Dec 15 for example I'd do resolved <= 2021-12-16 instead.

Ty.Yarborough December 7, 2021

Awesome thank you so much!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events