‘OAuth 2.0 is not enabled for this method’ when trying to get list of Boards

I get ‘OAuth 2.0 is not enabled for this method.’ error when using /rest/agile/1.0/board endpoint. The result is the same for asApp() and asUser() methods. I’ve added all the necessary scopes and permissions.

  const fetchBoards = await api.asApp().requestJira("/rest/agile/1.0/board");
permissions:
  scopes:
    - 'read:jira-work'

Would appreciate any suggestions \ workarounds

Cheers
Ajay

1 Like

On further looking at the documentation it seems only the /rest/api/3/ endpoints are supported by Forge. Is there any plan to support the Jira Software specific endpoints "/rest/agile/1.0/board"

@ajay - I don’t know whether this particular endpoint will be covered, but Dugald thankfully just provided a promising update on a related question:

1 Like