All Versions
16
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v2.0.0 Changes

    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
  • v1.4.2 Changes

    2022-01-07

    ๐Ÿ›  :bug: Bug Fixes

    • ๐Ÿ›  Fixed the Field Config Scheme Unlink HTTP method
    • ๐Ÿ›  Fixed the Field Config Scheme Unlink HTTP method

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

    • ๐Ÿ“š Updated the method documentation url's.

    :sparkles: Features

    • โž• Added the Field Configuration Scheme service
    • โšก๏ธ Mapped the Jira.Field.Configuration.Items.Update endpoint
    • ๐Ÿ”ง Mapped the Jira.Field.Configuration.Delete endpoint
    • โšก๏ธ Mapped the Jira.Field.Configuration.Update endpoint
    • ๐Ÿ”ง Mapped the Jira.Field.Configuration.Create endpoint
    • โž• Added the Move screen tab field method

    Pull Requests

    • ๐Ÿ”€ Merge pull request #95 from ctreminiom/dev-1
    • ๐Ÿ”€ Merge pull request #93 from ctreminiom/dependabot/go_modules/github.com/tidwall/gjson-1.12.1
    • ๐Ÿ”€ Merge pull request #94 from ctreminiom/feature/field-screen-tab-move
  • v1.4.1 Changes

    2021-11-28

  • v1.4.0 Changes

    2021-11-28

  • v1.3.1 Changes

    2021-11-28

  • v1.3.0 Changes

    2021-07-17

    ๐Ÿ›  :bug: Bug Fixes

    • โœ‚ Removed the Zero validation
    • 0๏ธโƒฃ Enable default scheme
    • โœ‚ Removed the omitempty struct tag on the CustomFieldContextOptionScheme to enable the ability to enable pass the false value.
    • ๐Ÿ›  Fixed #43

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

    • โšก๏ธ Updated the README.md
    • โšก๏ธ Updated the README.md
    • โฌ‡๏ธ Reduced the image size on the README.md
    • โฌ‡๏ธ Reduced the image size on the README.md
    • โฌ‡๏ธ Reduced the image size on the README.md
    • โšก๏ธ Updated the README.md
    • โšก๏ธ Updated the README.md
    • โšก๏ธ Updated the README.md
    • โšก๏ธ CHANGELOG.md updated

    ๐Ÿ“ฆ :package: Dependencies

    • โšก๏ธ optimized the module dependencies decreasing the third party libraries needed.
    • โšก๏ธ updated the go.mod

    ๐Ÿ”จ :recycle: Code Refactoring

    • ๐Ÿ”จ Refactor the Jira Software module
    • ๐Ÿ”จ Refactor the Application Role and Audit modules
    • ๐Ÿ”จ Refactor Jira Agile Module

    :sparkles: Features

    • โž• Added project templates as constant
    • โž• Added the Issue worklog sub-module
    • โž• Added the spaceService module
    • โž• Added the ContentPermissionService service
    • โž• Added the ContentCommentService service
    • โž• Added the ContentChildrenDescendantService service
    • Added attachment Create method
    • โž• Added attachment Update/Create method
    • โž• Added the content.Attachment.Gets
    • โž• Added the content.History method
    • โž• Added the content.Get
    • โž• Added the content.Search
    • content.Create method added
    • โž• Added Confluence service
    • โž• added the MySelf endpoint, close #26
    • Closes #46

    :white_check_mark: Ad/Update Test Cases

    • โœ… Unit Test Cases Added
    • โž• Add Test Cases

    Pull Requests

    • ๐Ÿ”€ Merge pull request #56 from ctreminiom/dev
    • ๐Ÿ”€ Merge pull request #49 from ctreminiom/feature/confluence-cloud
    • ๐Ÿ”€ Merge pull request #36 from ctreminiom/dependabot/go_modules/github.com/stretchr/testify-1.7.0
    • ๐Ÿ”€ Merge pull request #48 from ctreminiom/dev
    • ๐Ÿ”€ Merge pull request #47 from ctreminiom/dev
    • ๐Ÿ”€ Merge pull request #45 from ctreminiom/dev
    • ๐Ÿ”€ Merge pull request #44 from ctreminiom/dev
  • v1.2.0 Changes

    2021-05-11

    :art: Improve structure / format of the code.

    • โž• Added more Tags on the IssueScheme struct.

    ๐Ÿ›  :bug: Bug Fixes

    • ๐Ÿ›  Fixed the error: SA4006: this value of err is never used (staticcheck)
    • ๐Ÿ›  Fixed the Lint error: structtag: struct field Description repeats json tag "status" also at issue.go:58 (govet)
    • Closes #19
    • Closes #9

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

    • โšก๏ธ README.md updated
    • โšก๏ธ Updated the README.md adding more badgets.
    • โšก๏ธ Updated the CHANGELOG.md

    :sparkles: Features

    • โž• Added the Check method under the permission.go service
    • โž• Added the ProjectContext method under the issueFieldContext.go service.
    • โž• Added the IssueTypesContext method under the issueFieldContext.go service.
    • closes #40
    • closes #38, closes #39
    • โž• Added the SprintService under the Agile Module
    • โž• Added the first Jira Cloud Agile Integration
    • ๐Ÿ”ง Enable the ability to Assign Field Configuration Scheme to a Jira Project, closes #20

    :white_check_mark: Ad/Update Test Cases

    • Increased the code coverage on the Jira on the Jira module
    • Increased the code coverage on the AgileService on the Atlassian Agile module

    Pull Requests

    • ๐Ÿ”€ Merge pull request #42 from ctreminiom/dev
    • ๐Ÿ”€ Merge pull request #37 from ctreminiom/dependabot/add-v2-config-file
    • ๐Ÿ”€ Merge pull request #41 from ctreminiom/feature/jira-agile
    • ๐Ÿ”€ Merge pull request #31 from ctreminiom/dev
  • v1.1.5 Changes

    2021-04-23

    ๐Ÿ›  :bug: Bug Fixes

    • โšก๏ธ replaced the Overwrite method with the Update method in the User SCIM service.

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

    • โšก๏ธ Updated the CHANGELOG.md configurations
    • โšก๏ธ Updated the CHANGELOG.md
    • โž• Added the CHANGELOG.md
    • โšก๏ธ Updated README.md
    • โšก๏ธ Updated README.md and Issue Get example
    • โšก๏ธ Updated README.md
    • ๐Ÿ“š Document the SCIM methods linking those with the Official Documentation.
    • โž• Added the codacy.com badge on the README.md

    ๐Ÿ“ฆ :package: Dependencies

    • โœ‚ removed dependencies unused on the library itself and used on the advance examples
    • โœ‚ removed the /vendor folder and update go.mod dependencies file

    ๐Ÿ”จ :recycle: Code Refactoring

    • ๐Ÿ”จ refactor OrganizationService and OrganizationPolicyService with the correct struct types and documented examples
    • ๐Ÿ“š refactor Service Management Module linking the methods with the official documentation
    • ๐Ÿ”จ refactor UserService with the correct struct types and documented examples
    • ๐Ÿ”จ refactor ScreenSchemeService with the correct struct types
    • ๐Ÿ”จ refactor ScreenService with the correct struct types
    • ๐Ÿ”จ refactor ProjectRoleService with the correct struct types, and documented the examples.
    • ๐Ÿ”จ refactor ProjectPermissionSchemeService with the correct struct types, and documented the examples.
    • ๐Ÿ”จ refactor ProjectComponentService with the correct struct types, and documented the examples.
    • ๐Ÿ”จ refactor ProjectService with the correct struct types, and documented the examples.
    • ๐Ÿ”จ refactor PermissionSchemeService and PermissionGrantService with the correct struct types, increased the code coverage and documented the examples.
    • ๐Ÿ”จ refactor IssueWatcherScheme with the correct struct types and documented the examples
    • ๐Ÿ”จ refactor IssueVoteScheme with the correct struct types and documented the examples
    • ๐Ÿ”จ refactor IssueTypeScreenSchemeService with the correct struct types and documented the examples
    • ๐Ÿ”จ refactor IssueTypeSchemeService with the correct struct types and documented the examples
    • ๐Ÿ”จ refactor IssueTypeService with the correct struct types and documented the examples
    • ๐Ÿ”จ refactor IssueSearchService with the correct struct types and documented the examples
    • ๐Ÿ”จ refactor IssueSearchService with the correct struct types and documented the examples
    • ๐Ÿ”จ refactor IssueLinkTypeService with the correct struct types and documented the examples
    • ๐Ÿ”จ refactor IssueLinkService with the correct struct types and documented the examples
    • ๐Ÿ”จ refactor IssueFieldContextOptionService with the correct struct types and documented the examples
    • ๐Ÿ”จ refactor IssueFieldContextService with the correct struct types and documented the examples
    • ๐Ÿ”จ refactor IssueFieldConfigurationService with the correct struct types and documented the examples
    • ๐Ÿ”จ refactor IssueFieldService with the correct struct types and examples
    • ๐Ÿ”จ refactor IssueCommentService with the correct struct types and examples
    • ๐Ÿ”จ refactor IssueService with the correct struct types and examples
    • ๐Ÿ”จ refactor GroupService with the correct struct types
    • ๐Ÿ”จ refactor FilterShareService with the correct struct types, added more struct tags and format examples
    • ๐Ÿ”จ refactor FilterService with the correct struct types, added more struct tags and format examples
    • ๐Ÿ”จ refactor ApplicationRoleService with the correct struct types and examples
    • ๐Ÿ”จ refactor DashboardService with the correct struct types and examples

    :sparkles: Features

    • โž• Added the SCIMGroupService on the Atlassian User provisioning API

    :white_check_mark: Ad/Update Test Cases

    • Increased the code coverage on the OrganizationService on the Atlassian Admin module
    • Increased the code coverage on the CustomerService on the Service Management module.
    • Increased the code coverage on the IssueResolutionService
    • Increased the code coverage on the IssuePriorityService
    • Increased the code coverage on the issueService

    Pull Requests

    • ๐Ÿ”€ Merge pull request #29 from ctreminiom/dev
    • ๐Ÿ”€ Merge pull request #28 from fossabot/add-license-scan-badge
    • ๐Ÿ”€ Merge pull request #27 from ctreminiom/dev
    • ๐Ÿ”€ Merge pull request #22 from ctreminiom/dev
  • v1.1.4 Changes

    2021-04-07

    ๐Ÿ›  :bug: Bug Fixes

    • ๐Ÿ›  Fixed Issue Test Cases coverage issues
    • ๐Ÿ‘• Types the Lint problems

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

    • โšก๏ธ updated the time-in-status example

    :sparkles: Features

    • โšก๏ธ Implemented the Issue Update using operations

    :white_check_mark: Ad/Update Test Cases

    • โž• Added the Test Cases for the AuthService
    • Increased the code coverage on the issueService
    • โž• Added test cases on the Operations Update

    Pull Requests

    • ๐Ÿ”€ Merge pull request #17 from ctreminiom/dev
  • v1.1.3 Changes

    2021-04-07

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

    • โž• added the issue labels examples
    • โž• added the issue fields examples
    • โž• added the time-in-status example and updated the dependencies,
    • โž• added advanced examples like "add field to project" or extract issue changelogs

    :sparkles: Features

    • โž• Added the SCIM User Service
    • โž• Added the SCIM Scheme Service
    • โž• Added the user SCIM service with the User CRUD endpoints mapped.
    • โž• added the Atlassian User Admin service with examples and test cases
    • mapped the /rest/api/3/issuetypescreenscheme/project and /rest/api/3/issuetypescreenscheme/mapping endpoints

    :white_check_mark: Ad/Update Test Cases

    • โž• added more test cases on the admin and auth services
    • โž• added the test cases on the OrganizationPolicyService
    • โž• added more test cases on the OrganizationService

    Pull Requests

    • ๐Ÿ”€ Merge pull request #16 from ctreminiom/feature/cloud-admin
    • ๐Ÿ”€ Merge pull request #15 from ctreminiom/dev
    • ๐Ÿ”€ Merge pull request #13 from ctreminiom/dev