134:6 warning There are deprecated scopes 'scopes' in the manifest.yml file: 'write:jira-work, read:jira-work, manage:jira-configuration, manage:jira-project, read:jira-user'. You need to update this app to use new scopes and remove the deprecated scopes. Learn more at: https://go.atlassian.com/forge-permissions. valid-permissions-required
⚠ 1 issue (0 errors, 1 warning)
Issue found is not automatically fixable with forge lint.
Couldn’t find what is the new permissions names are. How to fix the problem?
As a workaround, you can install the previous version of the Forge CLI with npm i -g @forge/cli@2.0.6 and run forge lint. Then the CLI will tell you which scopes you need to add. Running forge lint --fix will update your manifest automatically with the new scopes.
I found an easier solution: Remove the scopes section from your manifest and run forge lint --fix with the latest version of the CLI. Then it should add all necessary scopes.
You are right, it looks like the scopes aren’t working correctly yet. I have to add scopes to my app that are both required and deprecated. The only way I got my app working again was by adding new scopes through trial and error and keeping some of the deprecated ones.