For the past 2 years we’ve been posting stories to Asana tasks using the web api.
This morning we noticed that all of the data were we posting has disappeared from all of the tasks (one per week) when the tasks are viewed in a browser or in the Asana desktop app. However, the data shows if we view the tasks on either the Android or iPhone app.
We’ve traced the issue to Asana’s interpretation of the
- tag.
- item 1
- item 2
- item 1
- item 3
- tags along with the
- tags though, strictly speaking, they aren’t necessary.
However, because we did not use them previously we cannot see any of the stories in prior tasks.
If we post, for example:
{“data” : { “html_text” :“Using ul only:\n
- item 1
- item 2
then we see:
But we if post:
{“data” : { “html_text” :“Using ul and li:\n
then we see:
Finally, if we post a combination of both:
{“data” : { “html_text” :“Using ul and ul with li alternatively:\n
- item 2
- item 4
then we see:
We’ve updated our code to use the