You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:Right now when I create the project the default statuses are
null
.The text was updated successfully, but these errors were encountered: