Uploaded image for project: 'Automation for Jira Server'
  1. Automation for Jira Server
  2. JIRAAUTOSERVER-1149

Make Smart Values case sensitive

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Smart-values
    • 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.

      Problem

      Smart Values can be used to access and manipulate fields/custom fields in automation rules.

      The problem is that Smart Values are not case sensitive. As a result, if Jira has 2 custom fields configured with the same name, but with different cases (for example: "Story Points" and "story points", Smart Values will not be able to differentiate them when using the syntaxes below:

      {{issue.Story Points}}
      {{issue.story points}}
      

      Workaround

      Identify the custom field ID of the fields that have the same name, and access them via Smart Values using the syntax below (XXXXX being the custom field ID):

      {{issue.customfield_XXXXX}}
      

              Unassigned Unassigned
              jrey Julien Rey (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: