atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.34k stars 662 forks source link

[jira] new feature added scrap_regex_from_issue + docs + example #1318

Closed gkowalc closed 8 months ago

gkowalc commented 8 months ago

above code works fine with the unit tests, but when I added my mockup output to repsonses folder (next to "FOO-123" issue) patch method didn't work as expected. To sum up, my PR doesn't include unit tests (unless you are ok with including the mocked output in the test code) if you know how to tweak above mock I am happy to add them with the next PR.