-
Suggestion
-
Resolution: Unresolved
Issue Summary
Forge lint does not throw any error information when using Jira Workflow post function https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-workflow-post-function/#jira-workflow-post-function--preview- without scopes read:jira-work and manage:jira-configuration.
Steps to Reproduce
- Create a Forge with forge create -> Custom UI -> jira-workflow-postfunction.
- You'll notice on the manifest the scopes: - manage:jira-configuration - read:jira-work.
- Removing those scopes, forge lint does not specifies error messages for the missing scopes.
Expected Results
Error message about the scopes needed.
Actual Results
Forge lint runs and does not mention the missing scopes.
Workaround
Adding the scopes - manage:jira-configuration - read:jira-work.