pub async fn get_all_workflow_schemes(
configuration: &Configuration,
params: GetAllWorkflowSchemesParams,
) -> Result<PageBeanWorkflowScheme, Error<GetAllWorkflowSchemesError>>Expand description
Returns a paginated list of all workflow schemes, not including draft workflow schemes. Permissions required: Administer Jira global permission.