NAME
WebService::Backlog - Perl interface to Backlog.
SYNOPSIS
use WebService::Backlog;
my $backlog = WebService::Backlog->new(
space => 'yourspaceid',
username => 'username',
password => 'password'
);
DESCRIPTION
WebService::Backlog provides interface to Backlog. Backlog is a web based project collaboration tool.
For more information on Backlog, visit the Backlog website. http://www.backlog.jp
METHODS
new
getProjects
getProject
getComponents
getVersions
getUsers
getIssue
getComments
countIssue
findIssue
createIssue
updateIssue
switchStatus
AUTHOR
Ryuzo Yamamoto <yamamoto@nulab.co.jp>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.