Persona and Persona Importance JQL Functions

Using JQL to search for issues associated with Personas and Persona Importance


“Persona” = ”Persona Archetype” to pull a list of all the issues that have been associated to that persona.

Example:

"Persona" = "Astronaut"

This would pull a list of all issues that have been associated with the Astronaut persona




“Persona Importance” = “High/Medium/Low/None” to pull a list of all the issues that have been associated with that level of importance.


Example:

"Persona Importance" = "Medium"

This would pull a list of all issues, irregardless of their Persona, that have been marked as having Medium importance




You can also use the custom fields together for more targeted JQL searching.

"Persona" = "Persona Archetype" AND "Persona Importance" = "High/Medium/Low/None" to pull a more focused list of issues for a single Persona with a specified importance level.


Example:

"Persona" = "Astronaut" AND "Persona Importance" = "Medium"

This JQL function would pull a list of issues associated with the Astronaut persona that have been specified as Medium importance