You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
Not sure if this is the right place to post this, I've searched through the open threads but cant find anything similar to the below. I am working on trying to setup a process in where my team can automatically create Jira tickets via a python script using the Jira api but appear to be having an OAuth problem when it comes to creating new tickets on particular Jira boards. At the moment, my script can create Jira tickets on sprint type Jira boards successfully but when we try and create a new ticket on a kanban style board, we get the following error:
{
"errorMessages": [
"Scope: Scope is required."
],
"errors": {}
}
We are using Jira cloud and even when the user that is running the script is granted admin access, we still encounter the above error. My question is whether it is possible to and if so, how can we grant scope to a script in Jira cloud? Thanks.
Hi @James,
I believe you are using OAuth 2.0 (3LO), if yes, then you will need to specify the Scope of the app as stated in Scopes for Connect and OAuth 2.0 (3LO) apps.
I hope that this helps.
Thanks,
Moga
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.