jira: adjust module for old vardict deprecation (#8856)

* jira: adjust module for old vardict deprecation

* add changelog frag
pull/8859/head
Alexei Znamensky 2024-09-14 08:40:48 +12:00 committed by GitHub
parent 41d87f5c9d
commit 37dd6ec8a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View 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).

View File

@ -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):