Versions Compared

Key

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

Single values

...

You can use an advanced JQL search to search for return issues that have tables with certain content in defined columns.The with a specific value in a table column.

Use the following syntax:
”Table Name _Column” = “value”
For example, the following JQL will show all issues that have the value "Services" in the Column "Element" of the table "Deal Positions".

Code Block
"Deal Positions _Element" = "Services"

Multiple values

Code Block
"Table Name_Column" = "value1" and "Table Name_Column" = "value2"

Operators

  • =

  • !=

  • <=

  • >=

  • >

  • <

  • is not

  • is

  • not in

  • in

Functions

  • currentLogin()

  • endOfDay()

  • endOfMonth()

  • endOfWeek()

  • endOfYear()

  • lastLogin()

  • now()

  • startOfDay()

  • startOfMonth()

  • startOfWeek()

  • startOfYear()