Permissions scopes to access greenhopper REST endpoints from forge app

Hi,

Is it possible to get access to greenhopper endpoints from a forge app?

I’m trying to get velocity report values (/rest/greenhopper/1.0/rapid/charts/async/velocity.json and /rest/greenhopper/1.0/rapid/charts/async/velocity/result.json?taskId=${taskId} endpoints).

No luck so far with all the permissions listed below:

    - read:jira-user
    - read:jira-work
    - write:jira-work
    - read:board-scope:jira-software
    - read:project:jira
    - read:sprint:jira-software
    - read:issue-details:jira
    - read:jql:jira
    - write:sprint:jira-software

Looks like those endpoints aren’t very supported in general: Solved: Is there any official or supported API that allows...