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 list with all the numbers, texts, or issues in argument l which are not in argument m. Duplicated numbers in l may appear in the output.

Output

Status
subtletrue
titlelist

Available since

Status
subtletrue
colourBlue
title2.1.21




Panel

Supported list types

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


Number list

number 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
sizemedium
typeinfo

The This function returns a 

Status
subtletrue
title


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
title


This example returns the following number list

: [1, 3, 5]



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber list



Text list

text 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
sizemedium
typeinfo
The This function returns a 
Status
subtletrue
title


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


This example returns the following text list["blue", "black"]

This example returns the text list of Fix Version/s in sub-tasks and not in linked issues.

Parser expressionDescription


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


The function returns a

Status
subtletrue
title


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


returns the

Status
subtletrue
title



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titletext list



Issue list

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

UI Text Box
sizemedium
typeinfo

The This function returns an 

Status
subtletrue
title


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


This example returns an issue list of linked issues removing those which are also sub-tasks of current issue.

Parser expressionDescription


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


The function returns an

Status
subtletrue
title



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns an

Status
subtletrue
titleissue list