- Drop Python 2.7 support
- Add new
jira.get_issue_componentsaction - Add new
jira.get_issue_subtasksaction
- Add new action
link_issue. This allows linking issues together
- Support cookie-based authentication (PR #42)
- Remove cryptography, pyjwt, pyyaml requirements since we don't use them (PR #41)
- Add
validateoption to pack config to enable validating credentials before running any actions (PR #33) Special thanks to @guymatz for this contribution
- Minor linting change
- Add new
jira.add_field_valueaction
- Add new
jira.transition_issue_by_nameaction
- Updated PyYAML to 4.2b4 for CVE-2017-18342
- Add new
jira.assign_issuesaction
- Add new
jira.issues_tracker_for_apiv2sensor
- Version bump to fix tagging issue, no code changes
- Adding support for BASIC authentication
- Return custom fields in formatter
- Add new
jira.search_issuesaction
- Add new
jira.get_issue_commentsaction - Add new
jira.get_issue_attachmentsaction - Add new
include_commentsandinclude_attachmentsparameter tojira.get_issueaction which allows users to retrieve comments and attachments in a single call when retrieving issue details. For backward compatibility reasons, both arguments default toFalse.
- Added 'verify' option to disable SSL certificate verification
- Updated action
runner_typefromrun-pythontopython-script
- Rename
config.yamltoconfig.schema.yamland update to use schema.