Prioritization fields in JQL
You can use JQL to search the prioritizing fields
R.I.C.E
Reach: issue.property['rice'].reach
issue.property['rice'].reach = 10
issue.property['rice'].reach > 10
Impact: issue.property['rice'].impact
issue.property['rice'].impact = 10
issue.property['rice'].impact > 10
Confidence: issue.property['rice'].confidence
issue.property['rice'].confidence = 10
issue.property['rice'].confidence > 10
Effort: issue.property['rice'].effort
issue.property['rice'].effort = 10
issue.property['rice'].effort > 10
Value vs Effort
Value: issue.property['valueEffort'].value
issue.property['valueEffort'].value = 10
issue.property['valueEffort'].value > 10
Effort: issue.property['valueEffort'].effort
issue.property['valueEffort'].effort = 10
issue.property['valueEffort'].effort > 10