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

Access boards 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 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
          }
      ]
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: