IssuePermissions

class Object
trait Matchable
class Any

Value members

Concrete methods

def adminIssue: SelectionBuilder[IssuePermissions, Boolean]

Indicates the user can perform admin_issue on this resource

Indicates the user can perform admin_issue on this resource

def createDesign: SelectionBuilder[IssuePermissions, Boolean]

Indicates the user can perform create_design on this resource

Indicates the user can perform create_design on this resource

def createNote: SelectionBuilder[IssuePermissions, Boolean]

Indicates the user can perform create_note on this resource

Indicates the user can perform create_note on this resource

def destroyDesign: SelectionBuilder[IssuePermissions, Boolean]

Indicates the user can perform destroy_design on this resource

Indicates the user can perform destroy_design on this resource

def readDesign: SelectionBuilder[IssuePermissions, Boolean]

Indicates the user can perform read_design on this resource

Indicates the user can perform read_design on this resource

def readIssue: SelectionBuilder[IssuePermissions, Boolean]

Indicates the user can perform read_issue on this resource

Indicates the user can perform read_issue on this resource

def reopenIssue: SelectionBuilder[IssuePermissions, Boolean]

Indicates the user can perform reopen_issue on this resource

Indicates the user can perform reopen_issue on this resource

def updateIssue: SelectionBuilder[IssuePermissions, Boolean]

Indicates the user can perform update_issue on this resource

Indicates the user can perform update_issue on this resource