public interface 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. |
boolean isIncludedIn(IssueContext issueContext)
IssueContext.
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.
issueContext - The issue context.IssueContext.Copyright © 2002-2022 Atlassian. All Rights Reserved.