Ownership

Latest Dynatrace

Permissions

The following table describes the required permissions.

Additionally, you require the following primary permissions in Workflows (go to Workflows > Settings > Authorization Settings).

  • app-engine:apps:run—Enables listing and running apps; provides basic access to the Launcher.
  • app-engine:functions:run—Enables use of the function executor.

Alternatively, you can set up users with the AppEngine user policy.

Permission
Description
settings:objects:read
Read settings 2.0
settings:schemas:read
Read settings 2.0 schemas
settings:objects:write
Write settings 2.0 schemas

Installation

Make sure the app is installed in your environment.

Ownership Ownership provides actions for building a workflow querying for an entity's ownership team and related contact information. With these actions, you can extract ownership data about an entity and integrate it with other apps, for example, to send Slack notifications or Jira updates to entity owners based on different triggers.

Furthermore, the Ownership Ownership enables you to import teams from the following sources using automation workflows:

See Actions for Ownership for details.

Retrieving the ownership team information from selected entities is handled by the "get_owners" workflow action.
One entity ID or a list of entity IDs can be used directly or via expression to use the result from previously executed workflow action to retrieve the ownership team information.
If contact details are set within ownership teams settings, the returned information can be used with notification workflow actions, such as Slack, MS Teams, E-Mail, or JIRA.The import_teams workflow action simplifies the import and auto-sync of external ownership team data.
It supports ownership team information in a JSON format and complies with the ownership schema.
Additionally, it automatically accepts information retrieved from 3rd party tools such as ServiceNow and Microsoft Entra ID (formerly Azure Active Directory).Web-UI view example: Associated Ownership Teams with a selected entityOwnership teams management UI within Settings: List of created Ownership-Teams in Settings with the possibility to create, edit, and delete ownership teams and their attributes.
1 of 4Retrieving the ownership team information from selected entities is handled by the "get_owners" workflow action. One entity ID or a list of entity IDs can be used directly or via expression to use the result from previously executed workflow action to retrieve the ownership team information. If contact details are set within ownership teams settings, the returned information can be used with notification workflow actions, such as Slack, MS Teams, E-Mail, or JIRA.