python-taiga
python-taiga copied to clipboard
:evergreen_tree: Python module for communicating with the Taiga API
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/psf/black: 24.2.0 → 24.3.0](https://github.com/psf/black/compare/24.2.0...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.2...v0.3.5) - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.1...v3.15.2)
## Description In order to learn how to use python-taiga lib, I wrote a little program to get my projects US. I found that for my 2nd project, status of...
## Description It appears there is a bit of a feature interaction between the ability to duplicate a project (#161) and the new swimlanes support (#162). The issue is that...
I am by no means a python pro and am currently writing a small script to transfer a few thousand of Nexcloud Deck entries to Taiga. ~~I have already accomplished...
# Description Describe: * Content of the pull request Fixes error when the entries is `None`. * Feature added / Problem fixed ``` TypeError: 'NoneType' object is not iterable ```...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.0 → 24.10.0](https://github.com/psf/black/compare/24.4.0...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.7.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.7...v0.7.1) - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.0](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.19.0) - [github.com/adamchainz/django-upgrade: 1.16.0 → 1.22.1](https://github.com/adamchainz/django-upgrade/compare/1.16.0...1.22.1)
Fixes #182
## Description I'm new to python-taiga and taiga in general, so it might just be the way I created the project. project = self.api.projects.get(11) gives error: cls = , requester...
## Description If I change user story status with Python API, the user story moves to the Unclassified Kanban swimlane. This happens with both https://api.taiga.io and local hosted Taiga. ##...
# Description Describe: Adds ability to retrieve Webhook logs. Adds ability to resend a webhooks request. ## References Closes #183 # Checklist * [x] I have read the [contribution guide](https://python-taiga.readthedocs.io/en/latest/contributing.html)...