5.7.142. Bugzilla::Extension::AgileTools::WebService::Pool

5.7.142.1. NAME

Bugzilla::Extension::AgileTools::WebService::Pool - Pool manipultaion WS methods

5.7.142.2. DESCRIPTION

Web service methods available under namespace ‘Agile.Pool’.

5.7.142.3. METHODS

  • get
Description: Pool info
Params:      id - Pool ID (optional)
             name - Pool name (optional)
Returns:     { name => 'pool name', bugs => [ list of bugs... ] }

You need to supply either id or name. If you supply both then id will be used.

  • add_bug
Description: Add new bug into the pool
Params:      id - Pool id
             bug_id - Bug id
             order - (optional) Order of the bug in pool, last if not given
  • remove_bug
Description: Remove bug from the pool
Params:      id - Pool ID
             bug_id - Bug ID

5.7.142.4. SEE ALSO

Bugzilla::WebService


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