NAME
WebService::FogBugz::XML::Case
ATTRIBUTES
service
The WebService::FogBugz::XML service used to talk to fogbugz
Default: WebService::FogBugz::XML->new()
FogBugz ATTRIBUTES
The following attributes map directly to the API attributes.
- number
 - parent
 - title
 - type
 - status
 - total_time
 - orig_est
 - curr_est
 - events
 - 
Array of WebService::FogBugz::XML::Event objects for this case
 
Custom ATTRIBUTES
Some custom attributes currently supported. This needs abstracting to be generically supportable.
- rt
 - 
RequestTracker reference number
 - bz
 - 
Bugzilla reference number
 
METHODS
get ($case_number)
Retrieves a case by case number.
start_work
Starts work on this case.
TODO
stop_work