Releases: melexis/jira-traceability
Releases · melexis/jira-traceability
Support Jira Cloud
Added:
- support for Jira Cloud (PR #13)
Upgrade mlx.traceability (try 2)
The release of version 1.0.0 failed. This version has removed the outdated PyPI classifiers in PR #10.
Upgrade mlx.traceability
- Upgrade mlx.traceability to v9.x
- Stop supporting Python 3.5 and 3.6
- Move from Travis CI to GitHub Actions
Bugfixing Escape quotes in string for JQL query
Previous release missed few more things from string in JQL query, so this should properly escape quotes in the string.
Fix JQL query with a special character
Fix for bug that was introduced in 0.1.1.
Escape special characters in item caption for JQL query
Escape special characters in item caption for JQL query to avoid unwanted behavior leading to the creation of duplicate JIRA tickets [PR #5]
Add setting to substitute substrings in ticket description for item attributes
Initial release
- For specifics, please look at PR #1.