Skip to content

Commit

Permalink
jira: adjust module for old vardict deprecation (ansible-collections#…
Browse files Browse the repository at this point in the history
…8856)

* jira: adjust module for old vardict deprecation

* add changelog frag
  • Loading branch information
russoz authored and Massl123 committed Feb 7, 2025
1 parent 0e90570 commit 48c0cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/8856-jira_vardict.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- jira - adjust code ahead of the old ``VardDict`` deprecation (https://github.com/ansible-collections/community.general/pull/8856).
2 changes: 1 addition & 1 deletion plugins/modules/jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 48c0cc8

Please sign in to comment.