Table of Contents

Process Feedback Sharepoint Online Specific

The Sharepoint Online Feedback adapter allows you to add list items to a list in your Sharepoint tenant from your Stages process.

Example Configuration

<feedback-system name="sharepointonline">
     <host url="example.sharepoint.com" ident="spo1" displayName="SPO">
          <property name="site.name" value="xxxx"/>
          <property name="list.name" value="xxxx"/>
 
          <property name="client.id" value="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"/>
          <property name="tenant.id" value="xxxx-xxxx-xxxx-xxxx-xxxx" />
          <property name="client.secret" value="xxxxxx" />
          <attributes>
               <attribute ident="description" type="text" target="xxxx" />
               <!-- Add more fields as needed. Make sure the "target" value matches the column name in Sharepoint -->
          </attributes>
     </host>
</feedback-system>

Supported Column Types

Officially supported are:

Hyperlink and Person fields are currently not supported.

Host Properties

These credentials are needed to connect to your Sharepoint tenant. Refer to the Sharepoint CMS docs for details: Azure Portal

client.id *
client.secret *
tenant.id *
token.scope *