Interface SlaInformationQuery
@PublicApi
public interface SlaInformationQuery
A query parameter object for the
SlaInformationService
calls-
Method Details
-
issue
Long issue()The issue id is always required to query SLA information- Returns:
- the issue id to query
-
id
- Returns:
- optionally the SLA metric id
-
customField
Optional<com.atlassian.jira.issue.fields.CustomField> customField()- Returns:
- optionally the SLA custom field to narrow the query to
-
pagedRequest
LimitedPagedRequest pagedRequest()- Returns:
- the required paging
-
overrideSecurity
boolean overrideSecurity()Use this to retrieve SLA data ignoring the permissions of the requesting user- Returns:
- true if permissions should be ignored
-