atlassian-api / atlassian-python-api

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

[Jira] add update_component method #1322

Closed jyaguem closed 5 months ago

gkowalc commented 5 months ago

hello @jyaguem I had the same issue yesterday with my PR (black linting errors with python 3.8+). I had to run black . on files: examples/jira/jira_get_comment.py and examples/jira/jira_oauth2.py see: https://github.com/atlassian-api/atlassian-python-api/pull/1325/commits/2c87950463b5c40662cc915d9849f54c24de4054

Try to pull latest commits from the repo and then re-send your commits - PR should pass all the checks after I added my fix.

gonchik commented 5 months ago

@jyaguem @gkowalc merged, I will publish today

jyaguem commented 5 months ago

Thank you so much @gkowalc and @gonchik. I wanted to check it yesterday but didn't find the time