Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-76688

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • None
    • 9.0.0
    • Documentation - All
    • None

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

            94e733e73fd4 Robert Klimkiewicz
            jrey Julien Rey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: