jira - fixed isinstance error (#2236) (#2237)

* fixed isinstance error

* added changelog fragment

(cherry picked from commit bfd6d2b3aa)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-04-14 10:00:18 +02:00
committed by GitHub
parent 89498d3650
commit 5cdc70bda9
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- jira - fixed calling of ``isinstance`` (https://github.com/ansible-collections/community.general/issues/2234).