Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting default statuses of a Taiga project #41

Open
mfkaptan opened this issue Jul 12, 2016 · 1 comment
Open

Setting default statuses of a Taiga project #41

mfkaptan opened this issue Jul 12, 2016 · 1 comment

Comments

@mfkaptan
Copy link
Contributor

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.

@astagi
Copy link
Collaborator

astagi commented Aug 18, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants