Interface CustomFieldWithVersionUsage
- All Known Implementing Classes:
VersionCustomFieldStore.CustomFieldUsageImpl,VersionIssueCountsBean.VersionUsageInCustomFields
@PublicApi
@ExperimentalApi
public interface CustomFieldWithVersionUsage
This interface holds information about custom fields where version is used.
- Since:
- 7.0.10
-
Method Summary
Modifier and TypeMethodDescriptionlongCustom field identifier.Custom field name.longNumber of issues where custom field is set to given version.
-
Method Details
-
getCustomFieldId
long getCustomFieldId()Custom field identifier. -
getFieldName
Custom field name. -
getIssueCountWithVersionInCustomField
long getIssueCountWithVersionInCustomField()Number of issues where custom field is set to given version.
-