Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Prioritizr enables advanced searches in Jira to find issues that match specific priority framework dimension values. To do so requires some working knowledge of JQL and an understanding of how Prioritizr stores data.

The following properties are searchable for issues that have been prioritized:

  • DVF

    • Desirability (Prioritizr.DVF.Desirability) | number

    • Viability (Prioritizr.DVF.Viability) | number

    • Feasibility (Prioritizr.DVF.Feasibility) | number

    • Justification (Prioritizr.DVF.Justification) | text

For example, the following JQL expression would find all issues with desirability greater than 0.75:

Prioritizr.DVF.Desirability > 0.75

Another JQL example to find all issues that are greater than 0.8 for Desirability, Viability and Feasibility:

Prioritizr.DVF.Desirability > 0.8 AND Prioritizr.DVF.Viability> 0.8 AND Prioritizr.DVF.Feasibility> 0.8

  • No labels