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

Allow smart values lists to have complex filters

XMLWordPrintable

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

      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.

              Unassigned Unassigned
              vseger@atlassian.com Victor Seger (Inactive)
              Votes:
              6 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: