JiraAction: Getting ominous async()=>e.data could not be cloned

Is it possible you forgot to .then(response => response.json()) on the promise notifyTestManager returns? In such case you will be setting a non-plain JS Object to the state which Forge can’t clone.

1 Like