The Response struct has StartAt, MaxResults and Total fields, which are
returned from JIRA API in issue search responses. They are now
accessible in Response object.
* 'master' of https://github.com/EvgenKostenko/go-jira:
refactor project tests + go fmt
add one more test for project service
delete uncompleted boards
add fmt dependency to jira.go
get Authenticated reports session from main repository
Add project and tests
Implement workload in issue and Project list
Change Coocke session get from request
* 'attachment' of https://github.com/jasonob/go-jira:
Increase test coverage slightly and add some robustness
Add test cases for DoNoClose()
Add test cases for PostAttachment() and DownloadAttachment(). Fix PostAttachment() to handle response as a JSON array of Attachments. Add Author *Assignee and Thumbnail definition to Attachment structure. Clarify comments on DoNoClose() call
Ensure Authenticated test validates the path where the AuthenticationService hasn't been initialized
Moved Authentication() test into AuthenticationService, and add test case to validate it operates correctly
* Add ability to add and download attachments, including multi-part form handling * Add method to report if the current session is authenticated or not
* 'master' of https://github.com/EvgenKostenko/go-jira:
Enable labels for IssueFields
fixed test case
Bug fix - reading http body produces error because the body is already read