Back to Tools

Jira

DevOps

Atlassian Jira for issue tracking. Create, update, and search issues. Manage sprints and boards.

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/jira

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/jira \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "issues"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.