Proforma api should return array of selected options instead of comma separated values

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: API

      The proforma api (v1.2.0) https://thinktilt.atlassian.net/wiki/spaces/PFDEV/pages/2026668074/v1.2.0+API+Documentation

      GET /rest/proforma/1/issue/{issueKey}/form/{formId}/answers 

      returns 

      CustomerFormAnswer

      label* string
      example: Choose three colours from the list below
      The label of the form question
      questionKey string
      example: three_colours
      If present, the question key associated with the form question
      answer* string
      example: red, green, blue
      The answer to the form question, represented as a string

       

      Please change the answer type to a list of strings instead. This is also because values with "commas" in them are not escaped.

            Assignee:
            Unassigned
            Reporter:
            koh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: