This applies to our SaaS customers.
Previously when creating a card that includes a macro in the card description via the Mingle API, it was possible to wrap the macro in HTML and apply styling. Now, after our switch to nokogiri, you will need to remove the extra HTML from around the macro in order to successfully create a card.
For example, previously you could pass this:
<span class=\"macro\" contenteditable=\"false\" raw_text=\"{{value query: SELECT 'End Date' WHERE 'End Date' = THIS CARD.'End Date'}}\" style=\"outline: none;\">0</span>
Now you will need to just pass in the macro by itself:
{{value query: SELECT 'End Date' WHERE 'End Date' = THIS CARD.'End Date'}}
Please contact the support team if you have any questions! support@thoughtworks.com
Comments
0 comments
Please sign in to leave a comment.