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

Project not creating using API

Nishad Cp
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 10, 2023

I have created a project using Forge 

const response = await api.asApp().requestJira(route`/rest/api/3/project`, {
method: "POST",
headers: {
Accept: "application/json",
"Content-Type": "application/json",
},
body: JSON.stringify(body),
});
I got response success and project id in the response, but the issue here is the project is not visible on the site, and API.and also i cant create the a project with the previous name its getting 400 error. 
Screenshot from 2023-08-08 11-47-32.png

1 answer

0 votes
Syed Muhammad Umair Mansoor
Contributor
October 9, 2023

Dear @Nishad Cp 

in this case the project is created usually but I guess project manager method cache is not flushed,

try flushing the cache and project will appear.

 

thanks

Suggest an answer

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

Atlassian Community Events