-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 3.0.2
-
Component/s: Administration - Others, Issue - Fields
-
Environment:
tomcat, linux, j2se 4.1.x
-
3
The following fails when nested inside a CreateIssue jelly tag:
<j:if test="${!contactIdValue.equals('')}">
<jira:AddCustomFieldValue id="${cfprefix}${vicontactcf.toString()}" value="${contactIdValue}"/>
</j:if>
Using <j:when test="xxx"> seems to work ok.
- relates to
-
JRASERVER-10986 Jelly: jira:AddCustomFieldValue type of tag independant of jira:CreateIssue
- Closed