Hello, I want to pull up Jira issues with particular story points. What JQL query can I use? Thanks
Femi
hi @Mister Femi u can use following JQL
"project = BS AND issuetype = Story AND "Story Points[Number]" = "3" ORDER BY created DESC"
replace project code with your project code and story point as you needed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.