I followed the steps in
and was able to create a functioning issue creation page, which is awesome.
The issue is that the description (and other rich text fields) doesn't render markup on edit. Anyone have a solution to this?
The Jira Issue Collector does not support rich text or Jira markup (e.g., {colour:red} coloured text {colour}) in fields like Description. To fix this:
Enable Wiki Style Renderer – Go to Jira Administration > Field Configurations and set the Description field to Wiki Style Renderer for better formatting.
Use Markdown Instead – In Jira Cloud, {colour} tags won’t work, but you can use Markdown (**bold**, _italic_) for formatting.
Hope this helps!
Thanks for the prompt response. Unfortunately the field is already set to Wiki Style Renderer. The odd part is it works fine when you click the 'create' button from the board view. Something about the link is causing issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.