Atlassian · Schema

JqlFunctionPrecomputationBean

Jql function precomputation.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
arguments array The list of arguments function was invoked with.
created string The timestamp of the precomputation creation.
error string The error message to be displayed to the user.
field string The field the function was executed against.
functionKey string The function key.
functionName string The name of the function.
id string The id of the precomputation.
operator string The operator in context of which function was executed.
updated string The timestamp of the precomputation last update.
used string The timestamp of the precomputation last usage.
value string The JQL fragment stored as the precomputation.
View JSON Schema on GitHub

JSON Schema

atlassian-jqlfunctionprecomputationbean-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JqlFunctionPrecomputationBean",
  "title": "JqlFunctionPrecomputationBean",
  "additionalProperties": false,
  "description": "Jql function precomputation.",
  "properties": {
    "arguments": {
      "description": "The list of arguments function was invoked with.",
      "items": {
        "readOnly": true,
        "type": "string"
      },
      "readOnly": true,
      "type": "array"
    },
    "created": {
      "description": "The timestamp of the precomputation creation.",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "error": {
      "description": "The error message to be displayed to the user.",
      "readOnly": true,
      "type": "string"
    },
    "field": {
      "description": "The field the function was executed against.",
      "readOnly": true,
      "type": "string"
    },
    "functionKey": {
      "description": "The function key.",
      "readOnly": true,
      "type": "string"
    },
    "functionName": {
      "description": "The name of the function.",
      "readOnly": true,
      "type": "string"
    },
    "id": {
      "description": "The id of the precomputation.",
      "readOnly": true,
      "type": "string"
    },
    "operator": {
      "description": "The operator in context of which function was executed.",
      "readOnly": true,
      "type": "string"
    },
    "updated": {
      "description": "The timestamp of the precomputation last update.",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "used": {
      "description": "The timestamp of the precomputation last usage.",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "value": {
      "description": "The JQL fragment stored as the precomputation.",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/atlassian-jqlfunctionprecomputationbean"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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.

A second provider on the same verified email joins the account you already have.