Domain separation in Agile Development 2.0
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Software Development Lifecycle
This is an overview of domain separation and how it works with Agile Development 2.0. Domain separation enables you to separate data, processes, and administrative tasks into logical groupings called domains. You can control several aspects of this separation, including which users can see and access data.
Support level: Basic
- Business logic: Ensure that data goes into the proper domain for the application’s service provider use cases.
- The application supports domain separation at run time. The domain separation includes separation from the user interface, cache keys, reporting, rollups, and aggregations.
- The owner of the instance must set up the application to function across multiple tenants.
Sample use case: When a service provider (SP) uses chat to respond to a tenant-customer’s message, the customer must be able to see the SP's response.
For more information on support levels, see Application support for domain separation.
How domain separation works in Agile Development 2.0
- The entities in Agile 2.0 extend the functions of task, so they inherit the domain behavior of tasks. The new entries you create go into the domain of the user currently logged in.
- Agile Board honors domain separation and lists the groups that the user belongs to for Sprint Planning and Sprint Tracking pages. The backlog entries that display are in the same domain as those that the current user owns or shares with other users. The stories that display in Agile Board are limited to the domain of the current logged-in user.