python-taiga icon indicating copy to clipboard operation
python-taiga copied to clipboard

:evergreen_tree: Python module for communicating with the Taiga API

Results 36 python-taiga issues
Sort by recently updated
recently updated
newest added

## 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...

type: feature

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...

type: bug
status: approved

## 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...

type: feature
status: approved

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

type: documentation

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`...

type: feature

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``)...