mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
beb3b85a4f
* attempt at fixing the issue * Update plugins/modules/web_infrastructure/jira.py * Fixed setting of "fields" element in the payload * added changelog fragment * added accountId parameter + minor fixes in docs * added integration test for jira * adjustments per PR * Update plugins/modules/web_infrastructure/jira.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/web_infrastructure/jira.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/web_infrastructure/jira.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/web_infrastructure/jira.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/web_infrastructure/jira.py Co-authored-by: Felix Fontein <felix@fontein.de> * adjustments per PR Co-authored-by: Felix Fontein <felix@fontein.de>
4 lines
378 B
YAML
4 lines
378 B
YAML
bugfixes:
|
|
- jira - fixed fields' update in ticket transitions (https://github.com/ansible-collections/community.general/issues/818).
|
|
minor_changes:
|
|
- jira - added parameter ``account_id`` for compatibility with recent versions of JIRA (https://github.com/ansible-collections/community.general/issues/818, https://github.com/ansible-collections/community.general/pull/1978).
|