Added TransitionService with 2 methods:
* GetList for retrieving possible transitions for an issue
* Create for creating transition and changing issue status in the
process
* EvgenKostenko-develop:
Adjusted PR #19
cosmetic fix in boards imports, tests in projects
add delete board with tests + go fmt
add board create with tests
go fmt boards
Implement BoardService and get boards list with parameters
remove old project
Add boards and fix some bugs in project
add boards service
* 'develop' of https://github.com/EvgenKostenko/go-jira:
cosmetic fix in boards imports, tests in projects
add delete board with tests + go fmt
add board create with tests
go fmt boards
Implement BoardService and get boards list with parameters
remove old project
Add boards and fix some bugs in project
add boards service
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.
* origin/master:
When creating issue links, the id and self should be omitted along with comment if none is provided
Expose comment ID
Make issue link direction visible
using Time for WorklogRecord.Started
Adjusted a few things to be in line with other methods
go fmt
go fmt, go doc and reuse of Project struct
Renamed "json_mocks" into "mocks"
Refactored struct types by reusing already existing components
Fixed typo in Cookies
Moved progect.go to project.go
Fix#12: Expose the base JIRA URL
update .gitignore
using native time.Time
updating with search and worklogs
# Conflicts:
# project_test.go
* dougEfresh-search-customfield:
Adjusted a few things to be in line with other methods
go fmt
update .gitignore
using native time.Time
updating with search and worklogs
* EvgenKostenko-master:
go fmt, go doc and reuse of Project struct
Renamed "json_mocks" into "mocks"
Refactored struct types by reusing already existing components
Fixed typo in Cookies
Moved progect.go to project.go
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
* '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