Releases: CircleCI-Public/jira-orb
Scan commit body by default
What's Changed
- docs: updated readme by @KyleTryon in #35
- feat: scan commit body for issue keys by @martinvysnovsky in #32
New Contributors
- @martinvysnovsky made their first contribution in #32
Full Changelog: v2.0.2...v2.1.0
v2.0.2 - Important Fixes
Thank you to all of those who have made the change to our new v2 integration for Jira and helped in both reporting and resolving these bugs.
Previously, v2 was unable to run on MacOS due to differences in Bash version. MacOS is now fully tested and the issue has been resolved. There was a bug where if the job had failed, the status would not be sent to Jira, this has been fixed. Lastly, the environment
parameter has been changed to be more in-line with what users expect from the previous iteration of this orb.
Please continue to send in your requests, bugs, and questions.
What's Changed
- ci: test mac with matricies by @KyleTryon in #20
- fix: trigger correct shell by @KyleTryon in #26
- fix: run always by @KyleTryon in #27
- Re #17: Fix Environment param by @mattrabe in #30
New Contributors
Full Changelog: v2.0.1...v2.0.2
v2.0.1 - Fix Slug Regex
What's Changed
- fix: include
_
and.
as valid characters in slug regex by @EricRibeiro in #14
Full Changelog: v2.0.0...v2.0.1
v2 - Major re-write of the Jira Orb
This new version of the Jira Orb by CircleCI takes advantage of Atlassian's new "Forge" framework. Install the CircleCI for Jira plugin in the Atlassian Marketplace and configure the new Jira orb with OIDC.
Full documentation: https://circleci.com/docs/jira-plugin/
What's Changed
- Main scaffolding development by @KyleTryon in #1
- feat: add oidc authorization header by @KyleTryon in #2
- chore: add verify of variables by @KyleTryon in #3
- feat: add service-id to deployment by @KyleTryon in #4
- refactor: log function by @KyleTryon in #5
- feat: debug as parameter by @KyleTryon in #6
- Refactor/vars by @KyleTryon in #7
- Improved error handling by @KyleTryon in #8
- feat: fetch keys from tag + multi-key support by @KyleTryon in #9
- chore: add contexts to usage examples by @KyleTryon in #11
- feat: change error message when WebHook URL isn't set by @EricRibeiro in #12
- feat: remove
[
and]
from the issue key regex by @EricRibeiro in #13
New Contributors
- @KyleTryon made their first contribution in #1
- @EricRibeiro made their first contribution in #12
Full Changelog: https://github.com/CircleCI-Public/jira-orb/commits/v2.0.0