JsonExport LogoJsonExport
Back to All Datasets
Jira Test Payload

Mock Jira Software Issues & Sprints JSON

Jira REST API search response containing nested sprint boards, custom field values, story point estimates, and assignee metadata. Download this payload or convert it directly into Excel spreadsheets in 1 click.

Convert this Jira JSON to Excel or CSV

Instantly flatten and preview these records in multi-column tables. Auto-unwinds nested objects without writing Python or Power Query.

100% Client-Side in Your Browser (Zero Data Upload)
Convert to Excel
jira-issues-sprints-json.json
Convert Jira to Excel Online →
{
  "total": 2,
  "issues": [
    {
      "key": "PROJ-101",
      "fields": {
        "summary": "Fix [object Object] nesting in CSV export",
        "status": {
          "name": "Done",
          "category": "complete"
        },
        "priority": {
          "name": "High"
        },
        "issuetype": {
          "name": "Bug"
        },
        "customfield_10014": "PROJ-EPIC-12",
        "customfield_10020": [
          {
            "id": 12,
            "name": "Sprint 48",
            "state": "active"
          }
        ],
        "assignee": {
          "displayName": "Dave Coder",
          "emailAddress": "dave@example.com"
        },
        "storyPoints": 5
      }
    },
    {
      "key": "PROJ-102",
      "fields": {
        "summary": "Implement live Google Search Console API pull",
        "status": {
          "name": "In Review",
          "category": "indeterminate"
        },
        "priority": {
          "name": "Highest"
        },
        "issuetype": {
          "name": "Task"
        },
        "customfield_10014": "PROJ-EPIC-12",
        "customfield_10020": [
          {
            "id": 12,
            "name": "Sprint 48",
            "state": "active"
          }
        ],
        "assignee": {
          "displayName": "Sarah Arch",
          "emailAddress": "sarah@example.com"
        },
        "storyPoints": 8
      }
    }
  ]
}

Payload Size

1,397 Bytes

Format

JSON (Multi-level Nested)

Compatible Tools

Excel (XLSX), CSV, Pandas, Power BI

License

Public Domain / MIT (Free for Testing)