Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-2523

REST API - Add status to issues metadata

    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

      The json data returned for a specific issue or for a list of issues does not indicate the status of the issue (e.g., new/open/closed).

      As far as I know, there is no way to determine the status of an issue through the REST API. Something like that would be useful:

      {{{
      #!bash

      curl https://api.bitbucket.org/1.0/repositories/qualyzer/main/issues/63/\\
      {
      ...
      "created_on": "2010-08-06 16:48:54",
      "local_id": 63,
      "follower_count": 1,
      "metadata":

      {\\ "kind": "enhancement",\\ "version": "0.1",\\ "component": "Core",\\ "milestone": "1.0",\\ "status": "resolved",\\ },\\ ...\\ }}

      }

      Attachments

        Activity

          People

            6995b9ed1710 evzijst
            legacy-bitbucket-user Legacy Bitbucket Cloud User (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: