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

Setting default statuses of a Taiga project

Open mfkaptan opened this issue 9 years ago • 1 comments

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 ..) for a project. Something like:

p = api.projects.create("name", "description")
p.default_us_status = p.us_statuses[0].id
..
p.update()

Right now when I create the project the default statuses are null.

mfkaptan avatar Jul 12 '16 08:07 mfkaptan

Thanks @mfkaptan yeah default statuses are something that I should looking at...I'll update you asap

astagi avatar Aug 18 '16 14:08 astagi