Class Ditz::Issue
In: lib/plugins/issue-claiming.rb
lib/plugins/git.rb
lib/model-objects.rb
Parent: Object

Methods

Classes and Modules

Class Ditz::Issue::Error

Constants

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 }
STATUSES = STATUS_WIDGET.keys
STATUS_STRINGS = { :in_progress => "in progress", :wontfix => "won't fix" }
DISPOSITION_STRINGS = { :wontfix => "won't fix", :reorg => "reorganized" }

Attributes

name  [RW] 
pathname  [RW] 
project  [RW] 

Public Instance methods

[Validate]