Forums

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

What role in Jira do I need to create a new project, task, subtask, bug by using jira java api ?

biswaranjanrout.amai
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!
November 16, 2019

I'm trying to create new task in jira using java. My api call is returning 201 response, but when I'm checking in jira dashboard those task are not available there which I'm creating from my code.

2 answers

0 votes
DPKJ
Community Champion
November 16, 2019

@biswaranjanrout.amai @M Amine is correct about permissions. Few small points I would like to add,

  • As your API is returning 201, can you check it's JSON response, if issue is created in Jira you will get id and key of issue in JSON response.
0 votes
M Amine
Community Champion
November 16, 2019
  • To create a project you have to be Jira Admin. 
  • To create an issue in a project you have to have the "Browse Project" + "Create issue" Permissions in the Project Permission Scheme

Those rules stay the same for API Call. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events