mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-29 14:53:09 +00:00
jira: adjust module for old vardict deprecation (#8856)
* jira: adjust module for old vardict deprecation * add changelog frag
This commit is contained in:
2
changelogs/fragments/8856-jira_vardict.yml
Normal file
2
changelogs/fragments/8856-jira_vardict.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- jira - adjust code ahead of the old ``VardDict`` deprecation (https://github.com/ansible-collections/community.general/pull/8856).
|
||||
@@ -531,7 +531,7 @@ class JIRA(StateModuleHelper):
|
||||
),
|
||||
supports_check_mode=False
|
||||
)
|
||||
mute_vardict_deprecation = True
|
||||
use_old_vardict = False
|
||||
state_param = 'operation'
|
||||
|
||||
def __init_module__(self):
|
||||
|
||||
Reference in New Issue
Block a user