Versions Compared

Key

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


Page properties
hiddentrue


Tech review

Status
colourRed
titleflagged
 Need technical input

Style guide

Status
titletodo

Page status

Status
colourGreen
titlecomplete

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Panel

On this page

Table of Contents
exclude(On this page).*
stylecircle
typeflat
separatorpipe



UI Text Box
sizemedium
typeinfo

JWT works with a variety is capable of processing various types of lists from , including text, number and issue lists to management operators lists. This page contains all the available lists you can usevaluable information about working with lists.



Excerpt


UI Text Box
sizemedium
typeinfo

JWT offers individual operators that can be used when working with Lists.


Image AddedAvailable operators

Page properties report
firstcolumnFunction
headingsShort description, Output
cqllabel = "list_managment_operator" and space = currentSpace()


Image AddedOrder of operations

If you use multiple operators in a single expression, they will follow a certain order in which they are processed or a precedence.

OPERATORSPRECEDENCEASSOCIATIVITY
INTERSECT1 (highest)Left-to-right
APPENDEXCEPTUNION2 (lowest)Left-to-right


UI Text Box
typetip
  • When using the list operators, you have to make sure that both lists that you compare are of the same type.
  • All operators are case insensitive, i.e., they can also be written in lower case: append, union, intersect and except.
  • There are four equivalent functions available for each type of list, and their behavior is exactly equivalent to that of its corresponding operator.
  • This way, you can choose to use operators or functions according to your preference. Although operators yield shorter expressions and with fewer parentheses, the usage of functions produces a more functional consistent syntax.



Search
placeholderTextSearch through the available functions
cqlLabel= list_function


Available functions

Page properties report
firstcolumnFunction
headingsShort description, Output, Label
sortByTitle
cqllabel in ("list_function","number_function","issue_list") and space = currentSpace()