Uploaded image for project: 'Jira Software Cloud'
  1. Jira Software Cloud
  2. JSWCLOUD-7391

Access board issues from REST API

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature 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:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: