@ExperimentalApi
public interface CustomerRequestCreateMeta
Modifier and Type | Method and Description |
---|---|
boolean |
canAddRequestParticipants()
True if the logging in user can create a request with other users as participants.
|
boolean |
canRaiseOnBehalfOf()
True if the logging in user can create a request on behalf of other user.
|
List<RequestTypeField> |
requestTypeFields()
List of
RequestTypeField configured under a RequestType is used to create a customer request. |
List<RequestTypeField> requestTypeFields()
RequestTypeField
configured under a RequestType
is used to create a customer request.
This is a list of fields that are visible for input, regardless it's mandatory or optional.
Fields configured with preset values are excluded from the the result set.boolean canRaiseOnBehalfOf()
boolean canAddRequestParticipants()
Copyright © 2017 Atlassian. All rights reserved.