Interface PriorityField

All Superinterfaces:
Field, ListField

public interface PriorityField extends ListField
Priority field
  • Method Details

    • setEditRole

      @Deprecated void setEditRole(com.atlassian.jira.security.roles.ProjectRole role)
      Deprecated.
      Deprecated. Use the FieldRestriction class. Set the edit role of the field.
      Specified by:
      setEditRole in interface ListField
      Parameters:
      role - the edit role of jira for the field.
    • setNobodyAsEditRole

      @Deprecated void setNobodyAsEditRole()
      Deprecated.
      Deprecated. Use the FieldRestriction class. Set nobody as edit role for the field.
      Specified by:
      setNobodyAsEditRole in interface ListField
    • setViewRole

      @Deprecated void setViewRole(com.atlassian.jira.security.roles.ProjectRole role)
      Deprecated.
      Deprecated. Use the FieldRestriction class. Set the view role of the field.
      Specified by:
      setViewRole in interface ListField
      Parameters:
      role - the view role of jira for the field.
    • setOnlyEditorsAsViewRole

      @Deprecated void setOnlyEditorsAsViewRole()
      Deprecated.
      Deprecated. Use the FieldRestriction class. Set only editors as view role for the field.
      Specified by:
      setOnlyEditorsAsViewRole in interface ListField
    • setFieldRestriction

      void setFieldRestriction(FieldRestriction restriction)
      Set Restriction options for viewing and editing values. Create FieldRestriction by FieldRestrictionBuilder
      Specified by:
      setFieldRestriction in interface ListField
      Parameters:
      restriction - for the field