python-taiga
python-taiga copied to clipboard
:evergreen_tree: Python module for communicating with the Taiga API
## Description A list_user_story_attributes() function exists, but no corresponding function exists for epics. ## Use cases To get a list of attributes on an epic. ## Proposed solution A function...
When creating issue like ```python issue = api.issues.create(project, feedback.user_login + " : " + feedback.brief_description, 482, 1119, issue_type, 803, description=feedback.feedback, assigned_to=81, watchers=[81, 82]) ``` watchers will not set to provided...
## Description It would be great to manage wikipage attachments in a similar fashion ## Use cases Migrating / syncing wiki pages ## Proposed solution Extending the wikipage class with...
I would like to add a section listing the projects that use python-taiga If you run one, please add the link here with a comment
For a script within customer network there is a need for proxy support. What works is using environment `http_proxy` / `https_proxy` which is luckely supported from the `requests` module. But...
Hi, First of all, nice job! I am trying to create Taiga projects using this api. I wonder if there is a way to set default statuses (`default_us_status`, `default_task_status`, `default_issue_status`...
Hello, I've been using this fine library for an internal project and I need to define project templates. I've done some work and I've added some basic models that create...
Add EpicAttribute and EpicAttributes # Description Describe: * Content of the pull request * Feature added / Problem fixed ## References Provide any github issue fixed (as in ``Fix #XYZ``)...
Add Epic Custom Attributes # Description Describe: * Content of the pull request * Feature added / Problem fixed ## References Provide any github issue fixed (as in ``Fix #XYZ``)...