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

Ability to rename board via REST API

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • REST API
    • None
    • 1
    • 4
    • 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.

      Summary

      As per https://docs.atlassian.com/jira-software/REST/server/#agile/1.0/board , it's currently not possible to rename boards via REST API

      Suggestion

      Add official REST endpoint to allow rename of boards via REST API

      Workaround

      Use the following (tested in JIRA 7.5.0)

      • URL: /rest/greenhopper/1.0/rapidviewconfig/name
      • Method: PUT
      • Data:
        {
           "id":7,
           "name":"New Board Name"
        }

        Replace the board ID and new name accordingly. You can retrieve the board ID using GET /rest/agile/1.0/board

              Unassigned Unassigned
              ywoo Yit Wei
              Votes:
              9 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated: