Available Actions
issuesprojectssprintsboardssearch
Input Schema
{
"type": "object",
"required": [
"project"
],
"properties": {
"project": {
"type": "string"
},
"summary": {
"type": "string"
},
"issueType": {
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"key": {
"type": "string"
},
"self": {
"type": "string"
}
}
}Quick Start
API Endpoint
POST /api/execute/jiracURL Example
curl -X POST \
https://api.nulayers.com/execute/jira \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "issues"}'