5.7.141. Bugzilla::Extension::AgileTools::WebService::Backlog

5.7.141.1. NAME

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

5.7.141.2. DESCRIPTION

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

5.7.141.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.141.4. SEE ALSO

Bugzilla::WebService


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