Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Function: Packages

Packages is a function which takes a list of one or more package identifiers (ID, Name or Path) and resolves them to the match set of Identifiers.

This is normally used with the Id field for entities of type Package, to allow resolving of a package by it's path and is intended for use by API consumers.

Syntax

Code Block
languagenone
Packages(arg1,arg2,arg3...argN)

Example

Code Block
languagenone
EntityType=ScriptPackage AND Id IN Packages('Script Library|Version 4|Automated','Script Library|Version 3|Automated')