I have enabled all the scopes for JIRA and generated new token to read Board and sprint related information from JIRA using Rest API method.
But unfortunately I was unable to get records for the api versions like 1.0
/rest/agile/1.0/board/{boardId}
/rest/agile/1.0/board/{boardId}/sprint
For the same toke, api version 3 is working fine.
Sample api which I have used,
/rest/api/3/search?jql="created" >= 2020-09-20
Error message which I have received for api version 1.0 is given below,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.