I’m having the same issue.
Expected behavior is a single description input field from Jira, containing markdown.
Instead, it appears to parse out the Jira description field into multiple inputs, which are just plain text.
Example:
Jira Descritpion
Intro text
More descriptive text about the issue.
bullet list 1
bullet item 2
bullet item 3
When I go to setup the action in Zapier, there are two options for Description that include content. The 1st one has the intro part as plain text and the content after the bullet list as plain text. The 2nd option has only the bullet list, but as separate plain text entries.
The goal is to get a single input of the entire Description field as markdown (which is how it’s supposed to be provided by the Jira API)