Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-33880

No project Id in version data of Rest request

    XMLWordPrintable

Details

    Description

      NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.

      Here is a result of rest request to retrieve version :

      { "self": "http://machcw.local:2990/jira/rest/api/2/version/10100", "id": "10100", "description": "version 1", "name": "ver1", "archived": false, "released": false, "startDate": "2013-07-09", "releaseDate": "2013-07-31", "overdue": false, "userStartDate": "09/七月/13", "userReleaseDate": "31/七月/13" }

      But in the server side code, it does have a project field which is not assigned value. In the final json response, the project is lost.
      com.atlassian.jira.rest.v2.issue.version.VersionBean
      @XmlElement
      private String project;

      Attachments

        Issue Links

          Activity

            People

              frogaczewski Filip Rogaczewski (Inactive)
              9365a66aa8c6 Yves YANG
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: