com.atlassian.jira.issue
Class IssueFieldConstants

java.lang.Object
  extended by com.atlassian.jira.issue.IssueFieldConstants

public class IssueFieldConstants
extends Object


Field Summary
static String AFFECTED_VERSIONS
           
static String AGGREGATE_PROGRESS
           
static String AGGREGATE_TIME_ESTIMATE
           
static String AGGREGATE_TIME_ORIGINAL_ESTIMATE
           
static String AGGREGATE_TIME_SPENT
           
static String ASSIGNEE
           
static String ATTACHMENT
           
static String BLOCKER_PRIORITY
           
static int BLOCKER_PRIORITY_ID
           
static String BUG_TYPE
           
static int BUG_TYPE_ID
           
static String CANNOTREPRODUCE_RESOLUTION
           
static int CANNOTREPRODUCE_RESOLUTION_ID
           
static String CLOSED_STATUS
           
static int CLOSED_STATUS_ID
           
static String COMMENT
           
static String COMPONENTS
           
static String CREATED
           
static String CRITICAL_PRIORITY
           
static int CRITICAL_PRIORITY_ID
           
static String DESCRIPTION
           
static String DUE_DATE
           
static String DUPLICATE_RESOLUTION
           
static int DUPLICATE_RESOLUTION_ID
           
static String ENVIRONMENT
           
static String FIX_FOR_VERSIONS
           
static String FIXED_RESOLUTION
           
static int FIXED_RESOLUTION_ID
           
static String IMPROVEMENT_TYPE
           
static int IMPROVEMENT_TYPE_ID
           
static String INCOMPLETE_RESOLUTION
           
static int INCOMPLETE_RESOLUTION_ID
           
static String INPROGRESS_STATUS
           
static int INPROGRESS_STATUS_ID
           
static String ISSUE_KEY
           
static String ISSUE_LINKS
           
static String ISSUE_TYPE
           
static String MAJOR_PRIORITY
           
static int MAJOR_PRIORITY_ID
           
static String MINOR_PRIORITY
           
static int MINOR_PRIORITY_ID
           
static String NEWFEATURE_TYPE
           
static int NEWFEATURE_TYPE_ID
           
static String OPEN_STATUS
           
static int OPEN_STATUS_ID
           
static String PRIORITY
           
static String PROGRESS
           
static String PROJECT
           
static String REOPENED_STATUS
           
static int REOPENED_STATUS_ID
           
static String REPORTER
           
static String RESOLUTION
           
static String RESOLVED_STATUS
           
static int RESOLVED_STATUS_ID
           
static String SECURITY
           
static String STATUS
           
static String SUBTASKS
           
static String SUMMARY
           
static String TASK_TYPE
           
static int TASK_TYPE_ID
           
static String THUMBNAIL
           
static String TIME_ESTIMATE
           
static String TIME_ORIGINAL_ESTIMATE
          NOTE: Please do not use this field in jira.subtask.quickcreateform.fields property of jira-application.properties.
static String TIME_SPENT
           
static String TIMETRACKING
           
static String TRIVIAL_PRIORITY
           
static int TRIVIAL_PRIORITY_ID
           
static String UNASSIGNED_STATUS
           
static int UNASSIGNED_STATUS_ID
           
static String UPDATED
           
static String VOTES
           
static String WONTFIX_RESOLUTION
           
static int WONTFIX_RESOLUTION_ID
           
static String WORKRATIO
           
 
Constructor Summary
IssueFieldConstants()
           
 
Method Summary
static Map getFieldIdsToLabels()
           
static String getStatusFromId(int statusId)
           
static int getWorkflowStatusFromIssueStatus(int issueStatus)
           
static boolean isRequiredField(String field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECT

public static final String PROJECT
See Also:
Constant Field Values

AFFECTED_VERSIONS

public static final String AFFECTED_VERSIONS
See Also:
Constant Field Values

ASSIGNEE

public static final String ASSIGNEE
See Also:
Constant Field Values

COMPONENTS

public static final String COMPONENTS
See Also:
Constant Field Values

COMMENT

public static final String COMMENT
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

DUE_DATE

public static final String DUE_DATE
See Also:
Constant Field Values

ENVIRONMENT

public static final String ENVIRONMENT
See Also:
Constant Field Values

FIX_FOR_VERSIONS

public static final String FIX_FOR_VERSIONS
See Also:
Constant Field Values

ISSUE_KEY

public static final String ISSUE_KEY
See Also:
Constant Field Values

ISSUE_TYPE

public static final String ISSUE_TYPE
See Also:
Constant Field Values

THUMBNAIL

public static final String THUMBNAIL
See Also:
Constant Field Values

ISSUE_LINKS

public static final String ISSUE_LINKS
See Also:
Constant Field Values

WORKRATIO

public static final String WORKRATIO
See Also:
Constant Field Values

SUBTASKS

public static final String SUBTASKS
See Also:
Constant Field Values

ATTACHMENT

public static final String ATTACHMENT
See Also:
Constant Field Values

PRIORITY

public static final String PRIORITY
See Also:
Constant Field Values

REPORTER

public static final String REPORTER
See Also:
Constant Field Values

SECURITY

public static final String SECURITY
See Also:
Constant Field Values

SUMMARY

public static final String SUMMARY
See Also:
Constant Field Values

TIMETRACKING

public static final String TIMETRACKING
See Also:
Constant Field Values

CREATED

public static final String CREATED
See Also:
Constant Field Values

UPDATED

public static final String UPDATED
See Also:
Constant Field Values

STATUS

public static final String STATUS
See Also:
Constant Field Values

RESOLUTION

public static final String RESOLUTION
See Also:
Constant Field Values

TIME_ORIGINAL_ESTIMATE

public static final String TIME_ORIGINAL_ESTIMATE
NOTE: Please do not use this field in jira.subtask.quickcreateform.fields property of jira-application.properties. Use TIMETRACKING field ("timetracking") instead.

See JRA-14542 for more information.

See Also:
Constant Field Values

TIME_ESTIMATE

public static final String TIME_ESTIMATE
See Also:
Constant Field Values

TIME_SPENT

public static final String TIME_SPENT
See Also:
Constant Field Values

AGGREGATE_TIME_SPENT

public static final String AGGREGATE_TIME_SPENT
See Also:
Constant Field Values

AGGREGATE_TIME_ESTIMATE

public static final String AGGREGATE_TIME_ESTIMATE
See Also:
Constant Field Values

AGGREGATE_TIME_ORIGINAL_ESTIMATE

public static final String AGGREGATE_TIME_ORIGINAL_ESTIMATE
See Also:
Constant Field Values

AGGREGATE_PROGRESS

public static final String AGGREGATE_PROGRESS
See Also:
Constant Field Values

PROGRESS

public static final String PROGRESS
See Also:
Constant Field Values

VOTES

public static final String VOTES
See Also:
Constant Field Values

BLOCKER_PRIORITY_ID

public static final int BLOCKER_PRIORITY_ID
See Also:
Constant Field Values

CRITICAL_PRIORITY_ID

public static final int CRITICAL_PRIORITY_ID
See Also:
Constant Field Values

MAJOR_PRIORITY_ID

public static final int MAJOR_PRIORITY_ID
See Also:
Constant Field Values

MINOR_PRIORITY_ID

public static final int MINOR_PRIORITY_ID
See Also:
Constant Field Values

TRIVIAL_PRIORITY_ID

public static final int TRIVIAL_PRIORITY_ID
See Also:
Constant Field Values

BLOCKER_PRIORITY

public static final String BLOCKER_PRIORITY
See Also:
Constant Field Values

CRITICAL_PRIORITY

public static final String CRITICAL_PRIORITY
See Also:
Constant Field Values

MAJOR_PRIORITY

public static final String MAJOR_PRIORITY
See Also:
Constant Field Values

MINOR_PRIORITY

public static final String MINOR_PRIORITY
See Also:
Constant Field Values

TRIVIAL_PRIORITY

public static final String TRIVIAL_PRIORITY
See Also:
Constant Field Values

FIXED_RESOLUTION_ID

public static final int FIXED_RESOLUTION_ID
See Also:
Constant Field Values

WONTFIX_RESOLUTION_ID

public static final int WONTFIX_RESOLUTION_ID
See Also:
Constant Field Values

DUPLICATE_RESOLUTION_ID

public static final int DUPLICATE_RESOLUTION_ID
See Also:
Constant Field Values

INCOMPLETE_RESOLUTION_ID

public static final int INCOMPLETE_RESOLUTION_ID
See Also:
Constant Field Values

CANNOTREPRODUCE_RESOLUTION_ID

public static final int CANNOTREPRODUCE_RESOLUTION_ID
See Also:
Constant Field Values

FIXED_RESOLUTION

public static final String FIXED_RESOLUTION
See Also:
Constant Field Values

WONTFIX_RESOLUTION

public static final String WONTFIX_RESOLUTION
See Also:
Constant Field Values

DUPLICATE_RESOLUTION

public static final String DUPLICATE_RESOLUTION
See Also:
Constant Field Values

INCOMPLETE_RESOLUTION

public static final String INCOMPLETE_RESOLUTION
See Also:
Constant Field Values

CANNOTREPRODUCE_RESOLUTION

public static final String CANNOTREPRODUCE_RESOLUTION
See Also:
Constant Field Values

BUG_TYPE_ID

public static final int BUG_TYPE_ID
See Also:
Constant Field Values

NEWFEATURE_TYPE_ID

public static final int NEWFEATURE_TYPE_ID
See Also:
Constant Field Values

TASK_TYPE_ID

public static final int TASK_TYPE_ID
See Also:
Constant Field Values

IMPROVEMENT_TYPE_ID

public static final int IMPROVEMENT_TYPE_ID
See Also:
Constant Field Values

BUG_TYPE

public static final String BUG_TYPE
See Also:
Constant Field Values

NEWFEATURE_TYPE

public static final String NEWFEATURE_TYPE
See Also:
Constant Field Values

TASK_TYPE

public static final String TASK_TYPE
See Also:
Constant Field Values

IMPROVEMENT_TYPE

public static final String IMPROVEMENT_TYPE
See Also:
Constant Field Values

OPEN_STATUS_ID

public static final int OPEN_STATUS_ID
See Also:
Constant Field Values

UNASSIGNED_STATUS_ID

public static final int UNASSIGNED_STATUS_ID
See Also:
Constant Field Values

INPROGRESS_STATUS_ID

public static final int INPROGRESS_STATUS_ID
See Also:
Constant Field Values

REOPENED_STATUS_ID

public static final int REOPENED_STATUS_ID
See Also:
Constant Field Values

RESOLVED_STATUS_ID

public static final int RESOLVED_STATUS_ID
See Also:
Constant Field Values

CLOSED_STATUS_ID

public static final int CLOSED_STATUS_ID
See Also:
Constant Field Values

OPEN_STATUS

public static final String OPEN_STATUS
See Also:
Constant Field Values

UNASSIGNED_STATUS

public static final String UNASSIGNED_STATUS
See Also:
Constant Field Values

INPROGRESS_STATUS

public static final String INPROGRESS_STATUS
See Also:
Constant Field Values

REOPENED_STATUS

public static final String REOPENED_STATUS
See Also:
Constant Field Values

RESOLVED_STATUS

public static final String RESOLVED_STATUS
See Also:
Constant Field Values

CLOSED_STATUS

public static final String CLOSED_STATUS
See Also:
Constant Field Values
Constructor Detail

IssueFieldConstants

public IssueFieldConstants()
Method Detail

getStatusFromId

public static String getStatusFromId(int statusId)

getWorkflowStatusFromIssueStatus

public static int getWorkflowStatusFromIssueStatus(int issueStatus)

getFieldIdsToLabels

public static Map getFieldIdsToLabels()

isRequiredField

public static boolean isRequiredField(String field)


Copyright © 2002-2009 Atlassian. All Rights Reserved.