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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.