Hello,
I am currently working on integrating Jira Cloud APIs into my custom UI forge app. While attempting to create a new sprint using the Create Sprints API, I am encountering a 401 Unauthorized error with the message:
Unauthorized; scope does not match for write:sprint:jira-software scope
What confuses me is that other APIs that require the same scope, such as updating sprints using the Update Sprints API, are working perfectly fine with the same authentication setup.
Thanks