Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Jira Http Request to create Jira task.

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? 

 

 

1 answer

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 10, 2023

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.  Screenshot 2023-11-10 201138.png

Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 10, 2023

hey @Pravin.Gumgaonkar , is the api token associated to your user?

Yes. I made an API token and used it with an HTTP request. Please share your thoughts on this section.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events