Module: Phabricator::Maniphest::Task::Priority

Defined in:
lib/phabricator/maniphest/task.rb

Constant Summary collapse

PRIORITIES =

TODO: Make these priority values actually correct, or figure out how to pull these programmatically.

{
  unbreak_now: 100,
  needs_triage: 90,
  high: 80,
  normal: 50,
  low: 25,
  wishlist: 0
}