Hi,
What is the panel macro to create a tip and a note panel in JIRA when you create the issue the first time?
For the info panel, its this
{panel:title=My title}
Some text with a title
{panel}
I tried these for tip and note and it doesnt work
{tip:title=This is my title}
This is a tip.
{tip}<br><br>{note:title=This is my title}
This is a panel
{note}