go-atlassian v2.0.0 Release Notes

  • 2021-11-28

    :art: Improve structure / format of the code.

    • ๐Ÿ“ฆ Moved the jira-worklog structs to the common model package
    • ๐Ÿ“ฆ Moved the jira-watcher struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-vote struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-type-screen-schemes struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-types struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-search struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-resolutions struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-priorities struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-link-types struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-labels struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-field-context-options struts to the common model package
    • ๐Ÿ”ง Moved the jira-field-configuration struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-fields struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-comments struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-attachments struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-issue struts to the common model package
    • ๐Ÿšš Moved the models to /pkg
    • ๐Ÿ“ฆ Moved the jira-group struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-filter struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-dashboard struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-dashboard struts to the common model package
    • ๐Ÿ“ฆ Moved the jira-audit struts to the common model package
    • ๐Ÿšš Moved the Application Role models
    • Separated the Jira modules by version

    ๐Ÿ›  :bug: Bug Fixes

    • Fixed the jira_work_log.go v2 payload format
    • ๐Ÿ›  Fixed the issueLink.go v2 payload format
    • ๐Ÿ›  Fixed the issue comment field parsing on the jira v2/3
    • ๐Ÿ›  Fixed the jira.v2.Issue.Search.* methods
    • ๐Ÿ›  Fixed the linter problems

    ๐Ÿ“š :memo: Add or update documentation.

    • โšก๏ธ Updated README.md
    • โž• Added the docs.go-atlassian links on the Jira Cloud module
    • โž• Added the docs.go-atlassian links on the Admin Cloud module
    • โž• Added the docs.go-atlassian links on the Confluence module
    • โž• Added the docs.go-atlassian links on the Agile module
    • Documented the WorkflowSchemeService under the jira/examples folder
    • Documented the WorkflowService under the jira/examples folder
    • Documented the Content Properties methods under the confluence/examples/contentProperties folder.
    • Documented the Content Properties methods under the confluence/examples/contentProperties folder.
    • โž• Added more examples under the jira/examples/ directory
    • โšก๏ธ Updated the README.md
    • โšก๏ธ Updated the README.md

    ๐Ÿ“ฆ :package: Dependencies

    • โœ‚ Removed the go-querystring library
    • โšก๏ธ Updated go.mod
    • ๐Ÿšš Moved the mock .json files to the common folder/
    • โšก๏ธ Updated go.mod

    ๐Ÿ”จ :recycle: Code Refactoring

    • Standardize the Jira v3
    • Standardize the Jira v2/v3
    • ๐Ÿ”จ Refactor the model names by application.
    • ๐Ÿ”จ Agile SprintService refactored
    • ๐Ÿ”จ EpicService refactored
    • ๐Ÿ”จ BoardService refactored

    :sparkles: Features

    • โž• Added the workflow scheme service.
    • โž• Added the jira workflow service
    • โž• Added the v2.Project.Version.Gets method
    • โž• Added the v3.Project.Version.Gets method
    • โž• Added the v2.Project.Gets() method
    • โž• Added the jira version 2 implementation
    • Enabled to ability to delete an issue with a sub-tasks
    • โž• Added the Ancestor field on the ContentScheme
    • โž• Added the ability to get the issue create metadata
    • โž• Added the ability to get the issue metadata
    • โž• Added the ability to delete boards
    • โž• Added the WorkflowSchemeService under the Jira module
    • โž• Added the WorkflowService under the Jira module
    • โž• Added the Content Property Confluence module under the contentService.
    • โž• Added the ContentLabelService
    • โž• Added the SchemesByProject method under the issueTypeScreenScheme.go sub-module, closes #58

    :white_check_mark: Ad/Update Test Cases

    • โž• Added the Workflow.Create test cases
    • โž• Added the Unit Test Cases under the WorkflowSchemeService with a 100% of code coverage.
    • โž• Added the Unit Test Cases under the WorkflowService with a 100% of code coverage.
    • โž• Added the Unit Test Cases under the contentProperties_test.go with a 100% of code coverage.

    ๐ŸŽ :zap: Performance Improvements

    • โž• Added the agile.board.gets() method
    • ๐Ÿ“‡ Renamed the v3.Project.Version.Gets method

    ๐Ÿ‘ท Construction_worker

    • โž• Added the .codecov.yml

    Pull Requests

    • ๐Ÿ“š Merge pull request #91 from ctreminiom/feature/documentation
    • ๐Ÿ”€ Merge pull request #90 from ctreminiom/bug/issue-link-v2
    • ๐Ÿ”€ Merge pull request #89 from ctreminiom/bug/issue-link-v2
    • ๐Ÿ”€ Merge pull request #88 from ctreminiom/bug/jira-dashboard
    • ๐Ÿ”€ Merge pull request #87 from ctreminiom/dependabot/go_modules/github.com/tidwall/gjson-1.12.0
    • ๐Ÿ”จ Merge pull request #86 from ctreminiom/feature/struct-refactor
    • ๐Ÿ”€ Merge pull request #85 from ctreminiom/feature/custom-fields-get
    • ๐Ÿ”จ Merge pull request #84 from ctreminiom/feature/admin-refactor
    • ๐Ÿ”€ Merge pull request #83 from ctreminiom/feature/confluence-models
    • ๐Ÿ”€ Merge pull request #82 from ctreminiom/feature/sm-models-migration
    • ๐Ÿ”€ Merge pull request #81 from ctreminiom/feature/jira-fields-mapping
    • ๐Ÿ”€ Merge pull request #80 from ctreminiom/feature/agile-epics
    • ๐Ÿ”€ Merge pull request #79 from ctreminiom/feature/workflow-scheme
    • ๐Ÿ”€ Merge pull request #78 from ctreminiom/feature/jira-workflow
    • ๐Ÿ”จ Merge pull request #77 from ctreminiom/feature/agile-refactor
    • ๐Ÿ”€ Merge pull request #76 from ctreminiom/feature/search-issues-v2
    • ๐Ÿ”€ Merge pull request #75 from ctreminiom/feature/get-all-boards
    • ๐Ÿ”€ Merge pull request #74 from ctreminiom/feature/project-versions
    • ๐Ÿ”€ Merge pull request #73 from ctreminiom/feature/v2-get-all-projects
    • ๐Ÿ”€ Merge pull request #71 from ctreminiom/dependabot/go_modules/github.com/tidwall/gjson-1.11.0
    • ๐Ÿ”€ Merge pull request #72 from ctreminiom/feature/version-segmentation
    • ๐Ÿ”€ Merge pull request #70 from ctreminiom/feature/delete-with-sub-tasks
    • ๐Ÿ”€ Merge pull request #67 from ctreminiom/dependabot/go_modules/github.com/tidwall/gjson-1.10.2
    • ๐Ÿ”€ Merge pull request #66 from ctreminiom/feature/62
    • ๐Ÿ”€ Merge pull request #65 from ctreminiom/feature/64
    • ๐Ÿ”€ Merge pull request #63 from ctreminiom/feature/18
    • ๐Ÿ”€ Merge pull request #61 from ctreminiom/feature/board-delete
    • ๐Ÿ”€ Merge pull request #60 from ctreminiom/dev
    • ๐Ÿ”€ Merge pull request #59 from ctreminiom/dev
    • ๐Ÿ”€ Merge pull request #57 from ctreminiom/dependabot/go_modules/github.com/imdario/mergo-0.3.12