Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-4689

REST API calls should retrieve all the repositories associated with a Crucible project

    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

      Nowadays these REST API calls return only the default repository:

      Response example:

      <projectData expand="allowedReviewers">
            <allowedReviewers size="1"/>
            <allowReviewersToJoin>false</allowReviewersToJoin>
            <defaultObjectives/>
            <defaultRepositoryName>SVN</defaultRepositoryName>
            <defaultReviewers/>
            <id>2</id>
            <key>TST</key>
            <moderatorEnabled>false</moderatorEnabled>
            <name>Test</name>
            <permissionSchemeId>2</permissionSchemeId>
      </projectData>
      

      However, I have more than one repository associated with this Crucible project:

      If I want to retrieve them through one of the REST API calls above, only the default repository is retrieved.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              fkraemer Felipe Kraemer
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: