Add parameter to the storage format for dynamicContentMacro

I have added a new parameter to the atlassian-connect.json file under the dynamicContentMacros and updated the url to receive the new value. However when the macro is saved and I view the storage format it still doesn’t show the new parameter? How do i update it to include the newly created parameter

Hi @adisa.craig

After making changes to the atlassian-connect.json, redeploy the app
npm install and npm start

If this also didn’t worked for you then try to Uninstall and reinstall the app. In some cases, simply redeploying the app might not propagate the changes.

hope this will work for you.

Release a new version and reinstall?

@NaveenKumarC Yes these actions were performed. I am able to see the new parameter being passed in the url, but not in the storage format.
@david I would like to get it working in development before doing a new release