I want to only view open - ready tickets that have a story point of 5.
I've tried to write JQuery but it demands me to state ascending and descending order when I enter a '=' to 5.
Hi @Jasmine Perez - Would you be able to share the JQL you are trying to run? Something like this should work :
project = abc AND status != Resolved AND "Story Points" = 5
This should bring all the issues from project 'abc' that are not resolved yet and that have 5 story points assigned to them. You should be able to change the status in the JQL as desired.
Hope this helps!
-kalyani
Hi Kalyani,
Thankfully with enough playing around, I figured it out! Thank you so much for getting back to me.
-jasmine
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.