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.
can you share the end point that you are using along with the payload?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.