Access boards from REST API

XMLWordPrintable

      We need access to available boards from the REST API. It has to include id, name, filter, and whether it support scrum.

      Example:

      GET http://localhost:2990/jira/rest/greenhopper/1.0/api/board

      [
          {
            "id": 1,
            "name": "Sample Scrum Project",
            "filter": 10000,
            "sprintSupportEnabled": true
          }
      ]
      

              Assignee:
              Unassigned
              Reporter:
              Viðar Svansson [Tempo]
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: