NAME

Comskil::JWand - The great new Comskil::JWand!

VERSION

Version 0.1

SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

use Comskil::JWand;

my $foo = Comskil::JWand->new();
...

EXPORT A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.

sub new()
sub getJProject()
sub getJIssue()
sub getJIssueFromKey()
findJIssueFromJQL()
getAttachmentList()

SUBROUTINES/METHODS

grabAttachmentFile()

mirrorAttachmentFile()

setField()

setProject()

addJQueue()

code

my $js = Comskil::JServer->new(); # returns reference to JServer object

my $jp = $js->getJProject(); # returns reference to project structure

my $ji = $js->getJIsssue() # returns reference to JIssue object $js->getJIssueFromKey($key) $js->getJIssueFromJQL($jql)

my $rc = $ji->setFields( $field => $value, ... ) $ji->saveChanges() $ji->addComment()

my $ps = Comskil::PopServer->new(); $ps->getMsgC