Allow creation of reviews for multiple changesets through /cru/create URL

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Fixed
    • 1.2
    • Component/s: None
    • None

      Accepted URL params will be:

      legacy format

      • csid (1 or more)
      • repo (repository name)
        e.g.
        http://localhost:6060/foo/cru/create?csid=1234&repo=test
        

      new format

      • csid (1 or more, of the form //repo/csid - %2F is '/' URL encoded)
        e.g.
        http://localhost:6060/foo/cru/create?csid=%2F%2Frepoa%2F1234&csid=%2F%2Frepob%2F7583
        

      Note that a mixture of old/new format is also accepted

      optional params

      • title (review title)
      • description (review description)

              Assignee:
              TimP
              Reporter:
              TimP
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: