Releases: melexis/jira-juggler
Releases · melexis/jira-juggler
Improve support for Jira issue link types
What's Changed
- Validate and add configurability for Jira issue link types; bug fixes by @JasperCraeghs in #33
Full Changelog: v3.2.4...v3.3.0
Support Jira link with updated name 'Dependent'
What's Changed
- Support the Jira link with name 'Dependent' by @JasperCraeghs in #30
Full Changelog: v3.2.3...v3.2.4
Fix bug introduced in v3.2.2
Fix behavior introduced in v3.2.0
What's Changed
- Document which kind of credentials Jira Cloud needs by @JasperCraeghs in #27
- Don't set a task's 'start' date if its Jira dependency is unresolved by @JasperCraeghs in #28
Full Changelog: v3.2.1...v3.2.2
Require a minimum version of the jira dependency
- Require a minimum version of the jira dependency, as jira<3.1.0 does not support Jira Cloud yet [PR #26]
Prevent an unresolved task from starting right after its Jira dependency
What's Changed
- Update the default Jira endpoint to Melexis' Jira Cloud by @JasperCraeghs in #24
- Prevent an unresolved task from starting right after its Jira dependency by @JasperCraeghs in #25
Full Changelog: v3.1.1...v3.2.0
Fix sort-on-sprint-behavior when multiple sprints have not yet started
Fix bug in v3.1.0. Details are in PR #21.
Support Jira Cloud
Support Jira Cloud in addition to Jira Server [PR #20]
Fix bugs regarding the end date
Fix bugs regarding the end date of the following issues:
- approved Change Requests
- issues with multiple transitions to Approved/Resolved
See PR #19