AddCustomFieldValue: Fails if nested inside IF block

XMLWordPrintable

    • 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.

              Assignee:
              Chris Mountford
              Reporter:
              Kevin Wilson
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: