Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-7391

Access board issues from REST API

    XMLWordPrintable

Details

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      We need access to issues through the REST API. Either through something like /xboard/work/allData (includes done) or /xboard/plan/backlog/data

      Example:

      GET /rest/greenhopper/1.0/api/board/1/issue?includeDone=true

      [
          {
            "id": 10000,
            "key": "SSP-1",
            "hidden": false,
            "typeName": "Story",
            "typeId": "7",
            "summary": "As an Agile team, I'd like to learn about Scrum >> Click the \"SSP-1\" link at the left of this row to see detail in the Description tab on the right",
            "typeUrl": "http://localhost:2990/jira/images/icons/ico_story.png",
            "priorityUrl": "http://localhost:2990/jira/images/icons/priority_major.gif",
            "priorityName": "Major",
            "done": false,
            "color": "#66cc33",
            "estimateStatistic": {
              "statFieldId": "customfield_10002",
              "statFieldValue": {
                "value": 2,
                "text": "2"
              }
            },
            "statusId": "10000",
            "statusName": "To Do",
            "statusUrl": "http://localhost:2990/jira/images/icons/subtask.gif"
          },
      ]
      

      It would be fine if this was part of a larger resource that also returns data about projects, sprints, markers, etc.

      Attachments

        Activity

          People

            Unassigned Unassigned
            18a323a8360a Viðar Svansson [Tempo]
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: