Releases: camelotls/actions-jira-integration
Releases · camelotls/actions-jira-integration
v3.0.1
This release includes the following minor fixes:
- Allow mapping without replacing fields
- Add nullish operator in pair matcher
v3.0.0
This release includes the following feature:
- Support for Jira in the cloud. You can still use the action for Jira on-premises. For more details, please refer to the README.md file.
- Node upgrade to v20
V2.3.4
This release contains the following feat:
Expose the error message ERROR_MSG as an environment variable that could be used by other GitHub action steps.
feat: camelotls/actions-jira-integration #351
v2.3.3
Feature
This release contains the following bug fix:
Commits
- fix: Resolve-Issue-316-fix-UPLOAD_FILES_PATH 2b1b759
v2.3.2
Feature
This release contains multiple bug fixes:
Commits
- fix: Prevent data in issue JSON Payload 048d9
- chore: removing redundant console.log() calls bef7e
- chore: issueType field addition bf518
- chore: Refactor Jira client and add status field (1b2f0)
v2.3.1
Feature
This release gives the user the ability to provide all the extra fields s/he needs to be filled in when creating a Jira ticket:
Commits
- fix: Handle payload array fields with more than one elements (ab143fb)
v2.3.0
Feature
This release gives the user the ability to provide all the extra fields s/he needs to be filled in when creating a Jira ticket:
Commits
- chore: Fix the way of reading the input JSON (814c4)
- fix: Handle arrays supplied to extra fields (dc54e)
- feat: Flexible Template Creation (c590c)
v2.2.0
Feature
This release contains an enhancement that will allow the user to pass a JSON file on JSON_INPUT env variable
Commits
- feat: JSON_INPUT as file format (4ec05)
v2.1.1
Feature
This release contains an enhancement based on array provide input data for better visualisation in Jira:
Commits
- feat: Handle arrays passed into the input fields(a1bd2)
v2.1.0
Feature
This release contains some bug fixes and the shift of the jql construction to the user to make the action more flexible:
Commits
- feat: Shift the jql construction to the user(b8909)
- chore: Fix README(c2b98)