Hey,
I've been trying to send an api JQL query to JIRA.
When I use a regular token, everything works wonderful.
When I use a scoped token, Im able to authenticate, but I'm not getting any results (empty tickets list).
I've tried:
It all amounts to the same result - Status Code: 200
{
"issues": [],
"isLast": true
}
The same JQL, with a regular token / going directly to the link using my SSO, produces 1000+ results.
What am i doing wrong ?
Hi @Dor Avitan ,
Welcome to Atlassian community and thank you for your post.
The v3 api requires some changes in the body request about pagination.
Have you already checked the following post?
https://community.atlassian.com/forums/Jira-questions/API-PAGINATION-JIRA-V3/qaq-p/3120467
Hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.