Open Context Protocol is live! 🚀 Read the launch post

updatePrecomputations

Update precomputations (apps)

POST /rest/api/3/jql/function/computation HTTP/1.1

Parameters

{
  "skipNotFoundPrecomputations": {
    "description": "",
    "required": false,
    "location": "query",
    "type": "boolean"
  },
  "values": {
    "description": "",
    "required": false,
    "location": "body",
    "type": "array"
  }
}

Response Schema

{
  "additionalProperties": false,
  "description": "Result of updating JQL Function precomputations.",
  "properties": {
    "notFoundPrecomputationIDs": {
      "description": "List of precomputations that were not found and skipped. Only returned if the request passed skipNotFoundPrecomputations=true.",
      "items": {
        "readOnly": true,
        "type": "string"
      },
      "readOnly": true,
      "type": "array",
      "uniqueItems": true
    }
  },
  "type": "object"
}