{
"project_code": "TESTPROJ",
"project_name": "Test Initiative",
"project_category": "operations",
"template_id": "jira-ops-simplified-template",
"project_description": "Demo project created via REST call",
"ownerIdentifier": "",
"projectLink": "",
"roleAssignment": "PROJECT_OWNER",
"iconReference": 1305
}
I attempted to create a project using Python and verified it with a REST client, but I received a 404 error. I need clarification on what information to supply for the empty fields ‘ownerIdentifier’ and ‘projectLink’, and which attributes are required in the JSON payload for creating either a project or an issue.