1 package com.atlassian.jira.rest.client.api.domain; 2 3 /** 4 * JIRA field type. 5 */ 6 public enum FieldType { 7 JIRA, CUSTOM 8 }