Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Content Zone
Table of Contents

Sparkr Problems and Possibilities are searchable via Jira advanced issue search using JQL. The convention of Sparkr.IssueType.Property is used to find specific problems or possibilities.

...

Sparkr.Problem.Persona = "Carol Customer"

Another JQL example to find all technology problems that are of high magnitude:

...

  • Personas (Sparkr.Possibility.Persona)

  • Types (Sparkr.Possibility.Type)

  • Importance (Sparkr.Possibility.Importance)

  • Difficulty (Sparkr.Possibility.Difficulty)

  • Likelihood (Sparkr.Possibility.Likelihood)

  • Validation (Sparkr.Possibility.Validation)

  • Sponsor (Sparkr.Possibility.Sponsor)

  • Learnings (Sparkr.Possibility.Learnings)

  • Decision (Sparkr.Possibility.Decision)

For example, the following JQL would find all Possibilities that have been decided for “Proceed - Implement now”:

Sparkr.Possibility.Decision = “Proceed - Implement now"