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.0.1 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.3.0) - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.9.3 → 5.10.1](https://github.com/PyCQA/isort/compare/5.9.3...5.10.1) - [github.com/psf/black: 21.9b0 → 22.10.0](https://github.com/psf/black/compare/21.9b0...22.10.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/3.9.2...5.0.4) -...
# Description Describe: Updates tests/resources/auth_user_success.json file to add support for the `refresh` token Adds support in `client.py` for the returned `refresh` token. ## References Fixes bug #114 # Checklist *...
## Description api.search fails if wikipages are not enabled. ## Steps to reproduce Select a project.id for a project in which wikipages aren't enabled Run api.search(project.id, 'search term') ## Versions...
Clarify that description is not available in the list responses ## References Fix #105 # Checklist * [x] I have read the [contribution guide](https://python-taiga.readthedocs.io/en/latest/contributing.html) * [x] Code lint checked via...
## Description when you have more than 300 User stories (2071 in the one I'm working with) setting page=y will return the same results no matter the value of y...
## Description When creating a user story you have the option to specify a description, but when you get the UserStory that is created you can't access that variable. There...
I see that LDAP auth is supported; I'm wondering if github auth is also supported, as per [this part](https://docs.taiga.io/api.html#auth-github-login) of the documentation.
# Description Page parameter was not passed to querystring, thus pagination failed Ensure page parameter is actually passed to query parameters ## References Fix #116 # Checklist * [x] I...
## Description The tests/resources/auth_user_success.json file used in the tests.test_auth is missing the refresh token name:value pair that is available after a successful auth to the Taiga REST API (ref: https://docs.taiga.io/api.html#object-auth-user-detail)....
# Description Describe: This adds a list_epic_attributes() function, working the same way as list_user_story_attributes(). ## References Fix #103 # Checklist * [x] I have read the [contribution guide](https://python-taiga.readthedocs.io/en/latest/contributing.html) * [x]...