We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-11934

In OpenAPI doc, string arrays in query parameter

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.13.0
    • None
    • None

      Scenario:
      Try to use swagger editor to query for multiple key ids for process definitions.

      Current request resolves to:
      http://localhost:8080/engine-rest/process-definition?keysIn=key1&keysIn=key2
      Expected:
      http://localhost:8080/engine-rest/process-definition?keysIn=key1,key2 - comma separated string list

      AT:

      • change `array` type of all query parameter to `string`
      • extend the descriptions if needed with "a comma-separated list of..."

        This is the controller panel for Smart Panels app

            Loading...
            Uploaded image for project: 'camunda BPM'
            1. camunda BPM
            2. CAM-11934

            In OpenAPI doc, string arrays in query parameter

              • Icon: Bug Report Bug Report
              • Resolution: Fixed
              • Icon: L3 - Default L3 - Default
              • 7.13.0
              • None
              • None

                Scenario:
                Try to use swagger editor to query for multiple key ids for process definitions.

                Current request resolves to:
                http://localhost:8080/engine-rest/process-definition?keysIn=key1&keysIn=key2
                Expected:
                http://localhost:8080/engine-rest/process-definition?keysIn=key1,key2 - comma separated string list

                AT:

                • change `array` type of all query parameter to `string`
                • extend the descriptions if needed with "a comma-separated list of..."

                  This is the controller panel for Smart Panels app

                        nikola.koevski Nikola Koevski
                        yana.vasileva Yana Vasileva
                        Votes:
                        0 Vote for this issue
                        Watchers:
                        0 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                              nikola.koevski Nikola Koevski
                              yana.vasileva Yana Vasileva
                              Votes:
                              0 Vote for this issue
                              Watchers:
                              0 Start watching this issue

                                Created:
                                Updated:
                                Resolved: