Make Smart Values case sensitive

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: Smart-values

      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}}
      

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

              Created:
              Updated: