public class ProjectIssueSecurityLevelSchemeApi extends Object
| Constructor and Description |
|---|
ProjectIssueSecurityLevelSchemeApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<SecurityScheme> |
getIssueSecurityScheme(String projectKeyOrId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get project issue security scheme
Returns the issue security scheme associated with the project.
|
public ProjectIssueSecurityLevelSchemeApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<SecurityScheme> getIssueSecurityScheme(String projectKeyOrId, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns the issue security scheme associated with the project.
Permissions required: Administer Jira global permission or the Administer Projects project permission.
projectKeyOrId - The project ID or project key (case sensitive).
(required)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.