Skip to main content

Hello,


Is there a way to move files between columns?


When I am using this mutation in order to move a file from one column to another:


mutation {
change_column_value(
board_id: boardId
item_id: itemId
column_id: "files"
value: File
) {
id
}
}

Once I remove the file from the original column, where it was uploaded initially, the file is no longer available.


Thanks

Hello @Roy,


As of today, there is no mutation to move a file from a files column to a different files column.


Let me know if you have any other questions!


Cheers,

Matias


Hi @Matias.Monday ,


Thank you for your response.

I was wondering if it’s possible to add this as a feature request?


Hello again @Roy,


I have created a request for our R&D team for this 😁


Cheers,

Matias


Hi @Matias.Monday ,


Thank you.

Is there a way to watch the feature requests?


Hello again @Roy,


Those are internal. But we will reply here if/when this gets implemented 😁


Cheers,

Matias


Reply