Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jira/client.py: Map IssueLinkType array to string array
Equality check between IssueLinkType and string always returns false. Function decorator casts IssueLinkType parameters to string, so a warning is always logged. This fixes that issue. Closes: pycontribs#1875 Signed-off-by: Shymon Samsel <shymon.samsel@raytheon.com>
- Loading branch information