Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-1864

Sal Properties data is inaccessible after migration

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Fixed
    • 2.0.4
    • None
    • None
    • 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.

      In Crowd 1.x, SAL could store properties against arbitrary keys. As of 2.x, these keys are prepended with "plugin."
      After migration, the "plugin.example" key is attempted to be read, but the "example" key is what's in the database.

      Here is some example original data:
      <salProperties>
      <salProperty>
      <key>example</key>
      <propertyName>some.property name</propertyName>
      <propertyValue>some property data<propertyValue>
      </salProperty>
      <salProperty>
      <key>null</key> <!-- null string is global scope -->
      <propertyName>com.atlassian.example:build</propertyName>
      <propertyValue>2</propertyValue>
      </salProperty>

              pkuo Peggy (Inactive)
              edalgliesh Eric Dalgliesh
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: