An operand that is a function. See [Advanced searching - functions reference](https://confluence.atlassian.com/x/dwiiLQ) for more information about JQL functions.
CodeCollaborationPlatformProductivitySoftware Development
Properties
Name
Type
Description
arguments
array
The list of function arguments.
encodedOperand
string
Encoded operand, which can be used directly in a JQL query.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/FunctionOperand",
"title": "FunctionOperand",
"description": "An operand that is a function. See [Advanced searching - functions reference](https://confluence.atlassian.com/x/dwiiLQ) for more information about JQL functions.",
"properties": {
"arguments": {
"description": "The list of function arguments.",
"items": {
"type": "string"
},
"type": "array"
},
"encodedOperand": {
"description": "Encoded operand, which can be used directly in a JQL query.",
"type": "string"
},
"function": {
"description": "The name of the function.",
"type": "string"
}
},
"required": [
"arguments",
"function"
],
"type": "object"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.