provider JQL functions (apps) POST
/rest/api/3/jql/function/computation @utdk/jira
/rest/api/3/jql/function/computation Update precomputations (apps)
Update the precomputation value of a function created by a Forge/Connect app.
**[Permissions](#permissions) required:** An API for apps to update their own precomputations.
The new `write:app-data:jira` OAuth scope is 100% optional now, and not using it won't break your app. However, we recommend adding it to your app's scope list because we will eventually make it mandatory.
- skipNotFoundPrecomputations query
- boolean
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.updateprecomputations({
"skipNotFoundPrecomputations": false
})