Hi everone!
I'm looking for ways of search Story Points in Sprint indicated with JQL, but I not yet found a solution. Someone to help me?
Thanks!
Sprint = ”your sprint id”
then showing story point columns in searches/filter.
or showing storypoints estimation in the sprint in scrumboard planning view
Hi @Ana Luiza Chagas , welcome to the community and thanks for your question!
It depends a bit on what you would like to achieve. The Story Points field is a number so you can perform number functions in the JQL like this -
Sprint in (openSprints()) and "Story Points[Number]" is not EMPTY
and then if you show the Story Point column in the search results, you could then order by the value -
or you can back up a step and specify to return issues where a Story Points value is greater or less than a number -
Does this help at all?
Thanks everone, I achieved applied the solutions in my project!
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get started with Jira Software
New to Jira Software? These short, self-paced courses will teach you what you need to know to get up and running quickly.
The Beginner's Guide to Agile in Jira
Learn what agile, kanban, and scrum are and how agile works in Jira Software.
Realizing the Power of Jira Reporting and Dashboards
Use out-of-the box reporting and dashboard capabilities to view and assess progress and bottlenecks within projects.