Regarding attribute parsing from message body #43
alfredbuehler
started this conversation in
General
Replies: 1 comment 2 replies
-
No, wait, I think I didn't understand. You're saying "position" is an attribute to the column table. Maybe we just use And then map it the appropriate way during update. We can make note of it in the readme. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@creecros The problem: the user wants to create the task in column "Ready". But
&@column_id=2@&
fails, as 2 is the position rather than the id. The user cannot know the real id of a column. It's easy to transform the position to an id, but then the tag column_id no longer fits.How should we handle this?
Beta Was this translation helpful? Give feedback.
All reactions