Interface ChangeManagementService
- All Known Implementing Classes:
ChangeManagementServiceImpl
public interface ChangeManagementService
-
Method Summary
Modifier and TypeMethodDescriptiongetChangeManagementContext(TenantActor tenantActor, TenantContext tenantContext, RemoteConnectUser remoteUser, String projectId) Fetches the context for performing actions on a change management project.
-
Method Details
-
getChangeManagementContext
Optional<ChangeManagementContextBean> getChangeManagementContext(TenantActor tenantActor, TenantContext tenantContext, RemoteConnectUser remoteUser, String projectId) Fetches the context for performing actions on a change management project. The context includes information about the Jira project such as the Project Practice, change management related custom fields, etc- Parameters:
tenantActor- the tenant and actor used to retrieve Jira's change management contexttenantContext- the tenant contextremoteUser- the user performing the actionprojectId- project ID to fetch the context for- Returns:
- Context required to perform change management actions
-