Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

create_task requires an assignee #12

Open
dmoskov opened this issue Dec 26, 2012 · 1 comment
Open

create_task requires an assignee #12

dmoskov opened this issue Dec 26, 2012 · 1 comment

Comments

@dmoskov
Copy link

dmoskov commented Dec 26, 2012

This is the culprit:
payload = {'assignee': assignee or 'me', 'name': name,

That makes it impossible to create a task w/o an assignee, which is a common case

@GRArmstrong
Copy link

I agree, especially since if you create a task with the create_task() method, the default action is to not assign anybody, I don't feel it makes sense for the two different methods to act in different ways.

It'd be nice to add some of the functionality of create_task() into create_subtask()

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

No branches or pull requests

2 participants