Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Abstract

This code snippet sets a version fieldĀ to versions of all its linked issues

...

  • one of the Set field value post-functions
  • theĀ Create issue post-function under the Set fields of new issue section

    Code Block
    languagejs
    linenumberstrue
    Set versions = []
    issue.getLinkedIssues().each(){
      versions += it.get("versions")
    }
    return versions


...

Filter by label (Content by label)
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "jmwe-groovy" and type = "page" and space = "KBJMWE"
labelsjmwe-nunjucks jmwe-cloud

...