Skip to main content
Skip table of contents

Prioritization fields in JQL

You can use JQL to search the prioritizing fields

R.I.C.E

Reach: issue.property['rice'].reach

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

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

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

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

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

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

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

Value vs Effort

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

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

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

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.