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.
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.
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.