Interface ManagedFieldRestrictor
- All Known Implementing Classes:
ManagedFieldRestrictorImpl
public interface ManagedFieldRestrictor
-
Method Summary
Modifier and TypeMethodDescriptionlockField
(com.atlassian.jira.issue.fields.CustomField field) Attempts to lock the given custom field.
-
Method Details
-
lockField
Attempts to lock the given custom field.- Parameters:
field
-- Returns:
- the result; errors if locking the field failed
-