- Add
add_watcher
andupdate_reporter
action - Add
client_cert_file
andclient_key_file
for certificate based authentication with JIRA server
- Add
validate
option 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_value
action
- Add new
jira.transition_issue_by_name
action
- Updated PyYAML to 4.2b4 for CVE-2017-18342
- Add new
jira.assign_issues
action
- Add new
jira.issues_tracker_for_apiv2
sensor
- Version bump to fix tagging issue, no code changes
- Adding support for BASIC authentication
- Return custom fields in formatter
- Add new
jira.search_issues
action
- Add new
jira.get_issue_comments
action - Add new
jira.get_issue_attachments
action - Add new
include_comments
andinclude_attachments
parameter tojira.get_issue
action 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_type
fromrun-python
topython-script
- Rename
config.yaml
toconfig.schema.yaml
and update to use schema.