Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-15925

Text emails include a condition not to display issue priority value. This should not be the case.

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      This is the code included in the issue create template for text emails:
      #if ($issue.getPriorityObject() && $issue.getPriorityObject().getId() != $constantsManager.getDefaultPriority().getString("id"))
      >$stringUtils.leftPad($i18n.getText("issue.field.priority"), $padSize): $issue.getPriorityObject().getNameTranslation($i18n)
      #end

      The "$issue.getPriorityObject().getId() != $constantsManager.getDefaultPriority().getString("id"))" does not exist in the HTML mail template. Incoming emails for issues set at the default priority level do not show such priority level in the message body/text. Please consider removing the "$issue.getPriorityObject().getId() != $constantsManager.getDefaultPriority().getString("id"))" condition from the issuecreated.vm template

            Unassigned Unassigned
            16461abe6311 Jira Admin
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: