Allow smart values lists to have complex filters

XMLWordPrintable

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

      Currently, we can list comments by adding this smart value:

      #issue.comments
      Comment by: author.displayName at: created
      body
      /

      But if we try to use any kind of conditions inside of smart values, they doesn't apply.

      #issue.comments
      #if(true)
      body
      /
      /

      #issue.comments
      #if(author.displayName.endsWith("Automation"))
      body
      /
      /

      #issue.comments
      #if(not(author.displayName.endsWith("Automation")))
      body
      /
      /

      None of the smart values above seemed to work fine.

      And we have similar feature for JIRA Cloud that would be good if we had on JIRA Server/DC too.

            Assignee:
            Unassigned
            Reporter:
            Victor Seger (Inactive)
            Votes:
            6 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: