I am currently attempting to use Jira rest API to update a custom field with a panel. The idea being that someone else would update the custom field containing the panel while in visual mode.
I am updating the custom field with something like the following:
PRE PANEL CONTENTS
{panel:title=Panel Title|titleBGColor=lightgrey}
CONTENTS OF PANEL
{panel}
POST PANEL CONTENTS
When I went to edit the custom field in visual mode however, I found to my confusion that any modifications to the field I make do not save.
If I change to text mode I can modify with no issue.
To make matters more confusing, if I change "titleBGColor=lightgrey" to "titleBGColor=#D3D3D3", suddenly I can modify the custom field in visual mode with no issue.
Does anybody know why this is happening?