This release was mainly focused on hardening sonar-issues-sync for all the possibly found corner cases of issue synchronization.
What's Changed
- Fix scenario where issue is confirmed then unconfirm
- Fix scenario where issue is closed (as FP, as WF) then reopened
- Ignore closed (fixed) issues - They can't be synchronized
- Add links to source issue and similar target issues when several target issues can match a source issue (only linkes added, no sync happens)
* Fix issue-sync and tags by okorach in https://github.com/okorach/sonarqube-tools/pull/389
* Link-multiple-matches-to-source by okorach in https://github.com/okorach/sonarqube-tools/pull/395
* Handle confirm/unconfirm and changelog refactoring by okorach in https://github.com/okorach/sonarqube-tools/pull/399
* Don't sync closed issues by okorach in https://github.com/okorach/sonarqube-tools/pull/402
* Bump version by okorach in https://github.com/okorach/sonarqube-tools/pull/403
**Full Changelog**: https://github.com/okorach/sonarqube-tools/compare/v1.11.1...v1.12