Кто то создавал свои типы кастомных полей, для странички редактирования мой velocity выглядит так:
<div class="field-group">
<label for="$
customField.id">$
customField.name</label>
<input class="text long-field" type="text"
name="$
customField.id"
value="$!value"/>
</div>
-------------atlassian-plugin.xml-------------------
<customfield-type key="customdb-field" name="ScoringValue" class="ao.entity.CustomFieldTest">
<description>test</description>
<label>Scoring Value</label>
<resource name="edit" type="velocity" location="/templates/com/togethernetworks/plugins/edit.vm"/>
</customfield-type>
--------------------------------
как должна выглядить страничка просмотра, для отображения кастомных полей в jql поиске ?