hi,
i am new to JIRA and i am working in JIRA upgrade from 4.4 verstion to 5.2 version.
in 4.4 version there is a velocity field, it's simply displaying a bold label on the form. the code was:
----------------------------------------
<br/>
<div id="FIF_note" class="noteBox" >
<h4>
<i><b>Select Cancel to go back to your previous screen and select "Submit" to Submit ticket.</b> </i></h4>
</div>
------------------------------
i have to replicate same thing in the 5.2 version. JIRA 5.2 does not support 'Velocity field' , Hence i have used "Message Custom Field (for view)" and the above code pasted in the 'Default config value'
but nothing is displaying in the form. how to resolve this issue.
please guide me on the same.
my apology: i am unable to attach the screen shot.
Regards,
B.Naganandu
I think you've put your text in a "view" field which will NOT be processed on Create/Edit screens. Try putting your text in a "Message Custom Field (for edit)" instead.
If that doesn't help, then simplify - try plain text instead of html and see what that gives you.
Just a side notes on it, Velocity field is not come with JIRA, even from JIRA 4.4, I believe it has been added by a plugin, as Nic mention in another similar question:
"1. The velocity fields are in a plugin called the Jira Toolkit, so you should be looking to install that
2. The velocity fields from that plugin were removed for security reasons."
Rerfer link:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just a side notes on it, Velocity field is not come with JIRA, even from JIRA 4.4, I believe it has been added by a plugin, as Nic mention in another similar question:
"1. The velocity fields are in a plugin called the Jira Toolkit, so you should be looking to install that
2. The velocity fields from that plugin were removed for security reasons."
Rerfer link:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yup, exactly what I was thinking - I've had to replace a handful of velocity fields with assorted tricks to make up for the removal of Veloocity fields from the Toolkit plugin
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.