5.7.135. Bugzilla::Extension::AgileTools::WebService::Pool¶
5.7.135.1. NAME¶
Bugzilla::Extension::AgileTools::WebService::Pool - Pool manipultaion WS methods
5.7.135.2. DESCRIPTION¶
Web service methods available under namespace 'Agile.Pool'.
5.7.135.3. METHODS¶
get
Description: Pool info Params: id - Sprint ID Returns: { name => 'pool name', bugs => [ list of bugs... ] }
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