Hi everyone,
I’m building a Forge app that adds custom JQL functions to Jira Cloud using the jira:jqlFunction module type. My app currently registers 57 JQL functions, and I’m working toward a total of 111.
Recently, forge deploy started failing at the “Release CaaS manifest” step with the following error:
App environment update failed
Validation errors: {
“extensions”: {
“errorType”: “INTERNAL_SERVER_ERROR”,
“statusCode”: 500
}
}
Importantly, the deployment succeeds through all earlier steps — manifest validation passes, Lambda functions are released — and only fails at this final CaaS manifest registration step.
So my question is, why do I get his problem? I something from attlasian server? or Is there a hard on how many jira:jqlFunction modules a single Forge app can register? maybe that is the error, I would like find a solution. Thanks