Help Contents
-
System Administration
-
User Guide & Application Administration Guide
-
Using Enterprise Tester
-
Application Administration
-
Searching & TQL
-
Simple Search
-
Advanced Search
-
Testing Query Language (TQL)
-
Aggregation
-
Fields
-
Functions
-
AndArgs
-
CurrentUser
-
DateAdd
-
DateOnly
-
DateSubtract
-
DayOfDate
-
DisabledUsers
-
EnabledUsers
-
Equal
-
FirstDayOfMonth
-
Format
-
GreaterThan
-
GreaterThanOrEqual
-
HaveApplicationPermissions
-
HaveProjectPermissions
-
HourOfDate
-
If
-
IsNot
-
LastDayOfMonth
-
LessThan
-
LessThanOrEqual
-
Me
-
MembersOf
-
MonthOfDate
-
NotEqual
-
Now
-
OrArgs
-
Packages
-
ProjectEstimatedEndDate
-
ProjectManager
-
ProjectsInCategory
-
ProjectStartDate
-
Today
-
Yesterday
-
AndArgs
-
Indexes
-
Operators
-
Order By
-
SET
-
TQL For JQL Users
-
Types
-
Values
-
Aggregation
-
Simple Search
-
API
-
Using Enterprise Tester
-
Platform Plugins
-
Troubleshooting
-
Earlier Versions of this Documentation
-
Support & Bug Fixes
-
NextGen
-
Enterprise Tester 6.7.1
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
Packages(arg1,arg2,arg3...argN)
Example
EntityType=ScriptPackage AND Id IN Packages('Script Library|Version 4|Automated','Script Library|Version 3|Automated')