Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can i resolve ?

aniket annadate
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 9, 2024

 

 

{
    "errorMessages": [
        "You do not have permission to create issues in this project."
    ],
    "errors": {}
}

2 answers

0 votes
Prachi Bolar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 11, 2024

Hi Aniket,

Welcome to community :)

I understand you are trying to create an issue using Jira API.

This error usually means that you don't have the create issue permission in that particular project.

To validate your permission please follow the below documents

TMP : https://support.atlassian.com/jira-software-cloud/docs/next-gen-permissions/

CMP : https://support.atlassian.com/jira-cloud-administration/docs/permissions-for-company-managed-projects/

API To be used:

Post method : https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post

POST : https://xxxxx.atlassian.net/rest/api/3/issue

JSON :

{
"fields": {
"project": {
"id": "enter your project id"
},
"summary": "Testing 1",
"issuetype": {
"id": "get your issue id"

}
}
}
Thank you,
Prachi
0 votes
Trudy Claspill
Community Champion
August 9, 2024

Hello @aniket annadate 

Welcome to the Atlassian community.

Whatever identity is being used to execute the issue creation action needs to be given permission to create issues in the target project.

Can you provide more information? What is the context in which you are getting this message? What process is trying to create the issue?

What identity is being used?

In what type of project are you trying to create the issue?

The tags on your post indicate you are using the Free subscription. Is that correct? Has it always been a free subscription?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events