public class WorkflowSchemeProjectApi extends Object
| Constructor and Description |
|---|
WorkflowSchemeProjectApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ContainerOfWorkflowSchemeAssociations> |
getWorkflowSchemeProjectAssociations(Optional<List<Long>> projectId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get workflow scheme project associations
Returns a list of the workflow schemes associated with a list of projects.
|
public WorkflowSchemeProjectApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<ContainerOfWorkflowSchemeAssociations> getWorkflowSchemeProjectAssociations(Optional<List<Long>> projectId, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns a list of the workflow schemes associated with a list of projects. Each returned workflow scheme includes a list of the requested projects associated with it. Any next-gen or non-existent projects in the request are ignored and no errors are returned.
Permissions required: Administer Jira global permission.
projectId - The ID of a project to return the workflow schemes for. To include multiple projects, provide multiple copies of this parameter. For example, projectId=10000&projectId=10001.
restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.