The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax of Story point estimation in Advanced Search to get a range of numbers

Sara
April 7, 2021

Hi, I want to filter my stories and tasks based on Story point estimation, to see the easiest tasks to do. 
e.g. to see the stories which have 1, 2 and 3 as estimation. 
Right now I can only do it by one number at a time.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Yuliia_Borivets__SaaSJet_
Atlassian Partner
April 8, 2021

Hi @Sara 

Here is an example of JQL that worked for me to see the stories which have 1, 2, 3 as estimation:

project in (Marketing) AND "Story point estimate" <=3

Other option for you: if you don’t know how to set queries, you can try Dynamic Filters: JQL Replacer add-on. It's developed by my team to simplify advanced searches. So you can set the required request with help of Smart Field Manager as shown below: story points.png

Hope it helps.

Regards

0 votes
Trudy P Claspill
Community Champion
April 7, 2021

Hello @Sara 

Welcome to the community.

This page and the related pages provide information about advanced searching.

https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/

If you want to look for issues where a number field is within a range you would add criteria thus:

[field] >= [low end number] and [field] =< [high end number]

If you want to look for issues where the number field is set to any one of a set of specific values you would use the IN operator.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events