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
CODE

Impact: issue.property['rice'].impact

issue.property['rice'].impact = 10
issue.property['rice'].impact > 10
CODE

Confidence: issue.property['rice'].confidence

issue.property['rice'].confidence = 10
issue.property['rice'].confidence > 10
CODE

Effort: issue.property['rice'].effort

issue.property['rice'].effort = 10
issue.property['rice'].effort > 10
CODE

Value vs Effort

Value: issue.property['valueEffort'].value

issue.property['valueEffort'].value = 10
issue.property['valueEffort'].value > 10
CODE

Effort: issue.property['valueEffort'].effort

issue.property['valueEffort'].effort = 10
issue.property['valueEffort'].effort > 10
CODE