Versions Compared

Key

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

...

Code Block
"Deal Positions" = "Element{Services}"

Multi-values:

Starting with version 1.0.31, we can now search for multiple values in one table row.

Code Block
"Tablefield"_Element" = "Column1{value} [and] Column2{value}"

Example:
Omega = "Alfa{Jira} [and] Beta{10}"

The JQL above will return the issues where the values “Jira” and “10” show on the same row in the Omega table.

Dates:

Search for date columns by using the following syntax:

Code Block
"Demo Table" >= "Date{2020-10-05}"

"Demo Table" >= "Date{now()}"

"Demo Table" <= "Date{-3d}"

The most common operators and functions are supported.

...

Services"