Is permissions.scopes: none:connect-jira not supported?

I’m migrating a simple connect Jira app, which creates a link from Jira to my Confluence app via system.top.navigation.bar

However, when I try to deploy I’m told “Invalid ‘scopes’ permission in the manifest.yml file - ‘none:connect-jira’. valid-permissions-required”

I can deploy with read:connect-jira but I don’t actually need that scope. but I believe this means I can’t deploy as a minor update?

Hi @james.dellow, I think you can just leave the list of scopes empty in your case. It looks like you’ve hit a bug in our descriptor-to-manifest converter, sorry! It should do that for you.

Thanks - that appears to have resolved it