Interface ChangeManagementService

All Known Implementing Classes:
ChangeManagementServiceImpl

public interface ChangeManagementService
  • 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 context
      tenantContext - the tenant context
      remoteUser - the user performing the action
      projectId - project ID to fetch the context for
      Returns:
      Context required to perform change management actions