Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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”:

Excerpt

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