Skip to content

Setting default statuses of a Taiga project #41

@mfkaptan

Description

@mfkaptan

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions