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 Details

    • getCustomFieldId

      long getCustomFieldId()
      Custom field identifier.
    • getFieldName

      @Nullable String getFieldName()
      Custom field name.
    • getIssueCountWithVersionInCustomField

      long getIssueCountWithVersionInCustomField()
      Number of issues where custom field is set to given version.