Redirect to configuration page after jira cloud add-on installation

In the connect express example there is this part:

    "links": {
        "postInstallUrl": "/hello-world",
        "postUpdateUrl": "/hello-world"
    },

Is this still correct? If I include this part in my project the hello-world page is not opened after the installation. I guess the example is outdated, how can we achieve this with the current cloud version?

No, that sample code was originally written in 2013 so I wouldn’t use that as a current example.

The postInstallUrl has been updated to a postInstallPage module. Here’s a blog post I wrote that talks about the feature in its current state.

Let me know if this is helpful.

1 Like