Versions Compared

Key

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

Function: CurrentUser

The Current User function 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

Code Block
languagenone
CurentUser()

Example

Code Block
languagenone
EntityType = Incident AND AssignedTo = CurrentUser()

See Also