Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Runtimes
Web triggers
Async events
Atlassian app REST APIs
Fetch APIs
Last updated Nov 8, 2024

Runtimes

Forge functions currently support two classes of runtime execution environments:

Specifying your function runtime is done by defining the runtime field in your app manifest.

1
2
app:
  id: <app-id>
  runtime:
    name: nodejs22.x | nodejs20.x

Adding the runtime.name property to the manifest file will not trigger a major version upgrade. As such, deploying this change alone will automatically install it on all sites within the same environment (for example, production).

Rate this page: