pycontribs / jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
https://jira.readthedocs.io
BSD 2-Clause "Simplified" License
1.94k stars 860 forks source link

Make `create_issue_link` work with issue_link-objects #1621

Closed rynkk closed 1 year ago

rynkk commented 1 year ago

Base fix

fixes #1604

The program was tested solely for our own use cases, which might differ from yours.


Jannik Meinecke jannik.meinecke@mercedes-benz.com on behalf of MBition GmbH. https://github.com/mercedes-benz/foss/blob/master/PROVIDER_INFORMATION.md

Licensed under BSD-2-Clause license

rynkk commented 1 year ago

The only thing that is still annoying me are the type hints of the functions wrapped by translate_resource_args-decorator. Should they be modified to match to their wrapped functionality or is there a way to statically change the type hints using the decorator?


Jannik Meinecke (jannik.meinecke@mercedes-benz.com) on behalf of MBition GmbH. Provider Information

adehad commented 1 year ago

Thanks again for the great quality PR!