Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×In my team, we use some markdown text snippets that we can copy-paste into issues. (We prefer this over cloning template tasks.)
Now, we want to write comments to some sections of the template that are not rendered, so that the person who copies the markdown snippet can see those hints, but such that they don't affect the output in any way. These comments would help others to quickly understand the purpose of some sections, or even to insert placeholder text.
In other words, I am looking for a language feature in JIRA markdown that works like a HTML comment <!-- ... -->.