Dmitry Kolchanov
Results
1
issues of
Dmitry Kolchanov
### Bug summary The HTTP request payload use the template_key variable which is not a parameter: https://github.com/pycontribs/jira/blob/fdebf2e1ff006413c1ef2ee73d7252ccf4d9a4c9/jira/client.py#L4384 The template_key variable will be defined only if template_name is none: https://github.com/pycontribs/jira/blob/fdebf2e1ff006413c1ef2ee73d7252ccf4d9a4c9/jira/client.py#L4317-L4323 Thus...