Uploaded image for project: 'ui-orders'
  1. ui-orders
  2. UIOR-765

Support erm 5.0 interface in orders

    XMLWordPrintable

Details

    • Story
    • Status: Closed (View Workflow)
    • P3
    • Resolution: Done
    • None
    • 3.0.0
    • None
    • ACQ Sprint 120
    • 1
    • Thunderjet

    Description

      Purpose:
      The erm interface version increased from 4.0 to 5.0 due to a change in how Organizations are linked to Agreements with roles

      The "role" object replaced with a roles array:

      Previously:

       

      "orgs": [
        {
          "id": "<uuid>",
          "role": {
            "id": "<uuid>",
            "value": "<value string>",
            "label": "<label string>"
        }
      ]

       

       

       

      "orgs": [
          {
            "id": "<uuid>",
            "roles": [
              {
                "id": "764b21ad-3336-4348-9f0a-c0b8692074f7",
                "owner": {
                  "id": "12834cc8-d2bc-46d9-86c3-b1f56e37276e"
                },
                "role": {
                  "id": "<uuid>",
                  "value": "<value string>",
                  "label": "<label string>"
                },
                "note": "specific role note"
              }
            ],
            "note": "General org not"
          }

       

       

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                Andrei Shumski2 Andrei Shumski
                ostephens Owen Stephens
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases