When users are browsing our board I'd really like to include a block of text similar to Atlassian's own feedback policy. How do I go about doing this?
it really depends where it should go. I was not able to put something like that on Create Screen (please inform me if you were able to), however it is working in New Issue View - on the right column and looks like this:
The used code in "default value" for "Message" field is indeed
{panel:bgColor=#deebff}
This info panel
{panel}
and the credits go to @Alex Koxaras _Relational_ who explained it to a different user here:
https://community.atlassian.com/t5/Jira-questions/add-notice-word-on-issue-screen/qaq-p/1771681
However, in the linked thread they were talking about Jira Server (the above is confirmed for Jira Cloud) and from Alex' code I needed to take away the (i) - otherwise it tried to render a grahic/icon which seems just not to be there.
When creating the custom field (for view)...
... please just make sure you set the code mentioned above into default value via "Edit Default Value":
Please check and confirm if this is what you are looking for.
Cheers,
Daniel
Cheers Daniel this is exactly what I was looking for! FYI I was able to add it to the create screen simply by following your instructions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Daniel Ebers interesting note, when I followed your instructions the message field looked perfect on the view/edit screen. However, on the create panel it was missing the info icon. When I added the '(i)' before the text as per @Alex Koxaras' post it rendered it as expected. Thanks again to both of you for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you can't manipulate the color of the fields by default. There are plugins for this, but I'll wait and see if another user has another answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.