Back to Providers
Atlassian JIRA
JIRA Cloud API emulator with projects, issues, and sprints
DevToolsproject-managementRESTv0.1.0
Quick Start
# Create a project
curl -X POST http://localhost:7500/jira/rest/api/3/project \
-H "Content-Type: application/json" \
-d '{"key":"PROJ","name":"My Project","projectTypeKey":"software"}'