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

Access boards 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 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:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: