Cant't fetch boards in rest api

zohaib aslam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 30, 2025

 

I am using oauth for jira rest api and have added proper scopes but when I fetch baords via rest api it does not return an data but an empty array. I have boards in my account. 

1 answer

1 accepted

1 vote
Answer accepted
Vishal Biyani
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 30, 2025

@zohaib aslam 

can you share the end point that you are using along with the payload?

zohaib aslam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 30, 2025

@Vishal Biyani I am using this endpoint to fetch my data 

https://api.atlassian.com/ex/jira/${params.resourceId}/rest/agile/1.0/board
Vishal Biyani
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 30, 2025

assuming in ${params.resourceId} you are passing your tenant id of your cloud instance,

Check the response status code as well.

if status code is not 200, then One of the reasons why you are not seeing the boards is either you are passing wrong credentials or the credentials that you are using doesn't have permission to query for the boards.

Can you check that?

zohaib aslam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 30, 2025

@Vishal Biyani the token was not being refreshed just noticed that. Thanks for your help and advice

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events