INTERPOLATED_FIELDS |
= |
[:title, :desc, :log_events] |
|
these are the fields we interpolate issue names on
|
STATUS_SORT_ORDER |
= |
{ :unstarted => 2, :paused => 1, :in_progress => 0, :closed => 3 } |
STATUS_WIDGET |
= |
{ :unstarted => "_", :in_progress => ">", :paused => "=", :closed => "x" } |
DISPOSITIONS |
= |
[ :fixed, :wontfix, :reorg ] |
TYPES |
= |
[ :bugfix, :feature, :task ] |
TYPE_ORDER |
= |
{ :bugfix => 0, :feature => 1, :task => 2 } |
TYPE_LETTER |
= |
{ 'b' => :bugfix, 'f' => :feature, 't' => :task } |
STATUS_STRINGS |
= |
{ :in_progress => "in progress", :wontfix => "won't fix" } |
DISPOSITION_STRINGS |
= |
{ :wontfix => "won't fix", :reorg => "reorganized" } |