Hello Guys,
if I'm move to the resolved status, then there is an info message "Resolving an issue indicates that the developers are satisfied the issue is finished.".
Is it possible to change this message or add such a message to a custom screen?
You can do this with the JIRA Toolkit Plugin.
Create a Message Custom Field (for edit) and you can add html to the default value of this custom field.
You can then add this custom field to any screen you like and it'll appear there.
<div class="aui-message info shadowed"><p class="title"><span class="aui-icon icon-info"></span>Test text</p></div>
This is what I used to get a similar info message to show up as per your screenshot.
Cheers,
I can see that the Message Custom Field could be used to ADD messages, but the question here is how to edit or remove a message which is built in to JIRA. I could see that a Message Custom field could potentially do this by embedding some JavaScript to remove or hide the appropriate DOM element, but I don't need a plugin to accomplish this . . .
Anyway, I have added the Message Custom Field (for edit) as described to the appropriate workflow screen but so far nada . . .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found that this message is associated with the transition itself and is created when you clone or edit the existing "Resolve" transition. When I created a new transition from scratch the message went away.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Im looking at the "Field Configurations" page in admin, and I dont see any "Message Custom Field" to change the message of this text. How do I edit this message?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
U have to add the JIRA TOOLKIT PLUGIN as Harry mentioned
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.