Incorrect smart value mentioned in the Smart Value documentation for A4J DC

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • None
    • Affects Version/s: 9.0.0
    • Component/s: Documentation - All
    • None
    • 9
    • Severity 3 - Minor

      Issue

      In the Smart Value documentation for Automation For Jira Data Center, we suggest to use the following expression to iterate over the Fix Versions from the changelog smart value:

      {{#changelog.fixVersion}}{{toString}}{{/changelog.fixVersion}}
      

      This syntax does not work. Instead of "fixVersion", we should use "Fix Version"

      Suggestion

      In the section fieldChange of the documentation, make the change below:

      • replace
        {{#changelog.fixVersion}}{{toString}}{{/changelog.fixVersion}}
        
      • with this:
        {{#changelog.Fix Version}}{{toString}}{{/changelog.Fix Version}}
        

            Assignee:
            Robert Klimkiewicz
            Reporter:
            Julien Rey (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: