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: Me
The Me function is a "short-hand" version of the CurrentUser function, and evaluates to the Unique ID of the current user and can be used to write queries where the results are restricted to the current user, this is particularly useful for shared queries.
Syntax
Me()
Example
EntityType = Incident AND AssignedTo = Me()