Present:
When trying to change the project column of a task, I always get:
Validation errors: - You can only put a task into an initial column during task creation.
Expect:
I can modify the project column through this API
AmyLewis | |
Mar 16 2016, 2:44 AM |
F1176270: pasted_file | |
Mar 16 2016, 2:54 AM |
When trying to change the project column of a task, I always get:
Validation errors: - You can only put a task into an initial column during task creation.
I can modify the project column through this API
@chad Probably the same purpose.
But I was expecting maniphest.edit can edit tasks' project column, since it's in the document.
This transaction can only create a task into a column, it can't move a task. That's why the documentation says "Create into a workboard column.".
There are various technical reasons for this, largely arising from Conduit using the same underlying EditEngine that all other edit interfaces do, but the upshot is that there are no workboards APIs today. I'm going to merge this into T5214, which describes implementing them.