Interface SlaInformationQuery
@PublicApi
public interface SlaInformationQuery
A query parameter object for the
SlaInformationService
calls-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionOptional<com.atlassian.jira.issue.fields.CustomField>
id()
issue()
The issue id is always required to query SLA informationdefault com.atlassian.jira.issue.Issue
The issue object is recommended to query SLA informationboolean
Use this to retrieve SLA data ignoring the permissions of the requesting user
-
Method Details
-
issue
Long issue()The issue id is always required to query SLA information- Returns:
- the issue id to query
-
issueObject
default com.atlassian.jira.issue.Issue issueObject()The issue object is recommended to query SLA information- Returns:
- the issue 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
-