Versions Compared

Key

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


Page properties
hiddentrue



Status
Tech review

Status
titletodo

Style guide

Status
titletodo

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



Page properties
hiddentrue


Short description

Returns a 

Status
subtletrue
titlelist
with all the numbers/, texts, or issue in argument l which are not in argument m. Duplicated numbers in l may appear in the output.

Output

Status
subtletrue
titlelist




Panel

Supported list types

Table of Contents
exclude(Supported list types).*
stylecircle
typeflat
separatorpipe


Number list

UI Text Box
sizemedium
typeinfo

The function returns a 

Status
subtletrue
titlenumber list
with all the numbers in argument l which are not in argument m. Duplicated numbers in l may appear in the output.


UI Text Box
typetip

If you want to avoid repetition, use the function distinct().


Code Block
languagebash
titleSyntax
linenumberstrue
except(number list l, number list m) #Output: Number list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
except([1, 2, 3, 4, 5], [2, 4])


The function returns a

Status
subtletrue
titlenumber list
: [1, 3, 5]



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

Status
subtletrue
titledata type

Parameter description.
<parameter>

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The function returns a

Status
subtletrue
titlenumber list



Text list

UI Text Box
sizemedium
typeinfo
The function returns a 
Status
subtletrue
titletext list
with all strings in argument l which are not in argument m. Duplicated strings in l may appear in the output.


UI Text Box
typetip
If you want to remove the output of the function except() use the function distinct().


Code Block
languagebash
titleSyntax
linenumberstrue
except(string list l, string list m) #Output: Text list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
except(["blue", "red", "green", "black"], ["red", "green", "yellow"])


The function returns a

Status
subtletrue
titletext list
["blue", "black"]


Code Block
languagebash
titleSyntax
linenumberstrue
except(fieldValue(%{00074}, subtasks()), fieldValue(%{00074}, linkedIssues()))


returns the

Status
subtletrue
titletext list
of Fix Version/s in sub-tasks and not in linked issues.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

Status
subtletrue
titledata type

Parameter description.
<parameter>

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The function returns a

Status
subtletrue
titletext list



Image AddedIssue list

UI Text Box
sizemedium
typeinfo

The function returns an 

Status
subtletrue
titleissue list
with all issues in argument l which are not in argument m. Duplicated issues in l may appear in output


ui-text-box
typetip
If you want to remove the output of the function except() use the function distinct().


Code Block
languagebash
titleSyntax
linenumberstrue
except(issue list l, issue list m) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
except(linkedIssues(), subtasks())


The function returns an

Status
subtletrue
titleissue list
of linked issues removing those which are also sub-tasks of current issue.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

Status
subtletrue
titledata type

Parameter description.
<parameter>

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The function returns an

Status
subtletrue
titleissue list