5.7.134. Bugzilla::Extension::AgileTools::WebService::Backlog

5.7.134.1. NAME

Bugzilla::Extension::AgileTools::WebService::Backlog

5.7.134.2. DESCRIPTION

Web service methods for managing backlogs. Namespace: Agile.Backlog

5.7.134.3. METHODS

update

Description: Updates Backlog
Params:      id - Backlog id
             team_id - New Team ID
Returns:     { backlog => backlog object
               changes => Changes hash from Bugzilla::Object::update }

create

Description: Create new Backlog
Params:      name - Backlog name
             team_id - (optional) Team ID for the backlog
Returns:     The new Backlog object

5.7.134.4. SEE ALSO

Bugzilla::WebService


This documentation undoubtedly has bugs; if you find some, please file them here.