jbot
jbot copied to clipboard
Wrong field name in Field Class
The "short_enough" field name should map to "short" to follow the Slack API.
@JsonProperty("short_enough") private boolean shortEnough;
Should be
@JsonProperty("short") private boolean shortEnough;
@ramswaroop Any update on the progress of this? It would be excellent to have the ability to include this field value as part of the attachments as side by side will currently not function!
hey sorry for not getting back to this earlier. I missed it somehow. Can you share me the link to the slack api where it says short
instead of short_enough
? I tried but couldn't find it.