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
Hi Team Greetings,
Hello, I'm trying to create issue with Jira Cloud Rest API, but I'm not sure why I got this error but every time i am getting the same error as below.
"You don't have permission to create issue in this project" when trying to create issue
Below is code with Authentication method
URL : https://<<>>.atlassian.net/rest/api/3/issue/
Body : {
"fields": {
"summary": "Summit 2023 is awesome!",
"issuetype": {
"name": "Task"
},
"project": {
"key": "<<>>"
},
"description": {
"type": "text",
"version": 1,
"content": [
{
"type": "paragraph",
"content": [
{
"text": "This is the description.",
"type": "text"
}
]
}
]
}
}
}
Authentication : Raw and passing the value as "Basic <<Created Jira API token>>".
Can you please suggest what need to do in that case?
Hi @Pravin.Gumgaonkar and welcome,
please verify that user used in that call can create issue in the target project (Project Permission Scheme -> Create Issue permission)
Hope this helps,
Fabio
Yes, I have the access please find below screen shot for the reference.
Apart from these do i need to configure the more permission, please suggest.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hey @Pravin.Gumgaonkar , is the api token associated to your user?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. I made an API token and used it with an HTTP request. Please share your thoughts on this section.
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.