public class CustomFieldScopeImpl extends Object implements CustomFieldScope
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIncludedIn(IssueContext issueContext)
Checks whether the custom field corresponding to this scope is in the scope of the given
IssueContext. |
public boolean isIncludedIn(IssueContext issueContext)
CustomFieldScopeIssueContext.
If the project on the IssueContext is null, then it is treated as a wildcard. If the issueTypeId on the IssueContext is null or an empty list, then it is treated as a wildcard.
isIncludedIn in interface CustomFieldScopeissueContext - The issue context.IssueContext.Copyright © 2002-2019 Atlassian. All Rights Reserved.