com.atlassian.jira.jelly.tag.issue
Class CreateIssue

java.lang.Object
  extended byDynaBeanTagSupport
      extended bycom.atlassian.jira.jelly.JiraDynaBeanTagSupport
          extended bycom.atlassian.jira.jelly.ActionTagSupport
              extended bycom.atlassian.jira.jelly.tag.UserAwareActionTagSupport
                  extended bycom.atlassian.jira.jelly.tag.ProjectAwareActionTagSupport
                      extended bycom.atlassian.jira.jelly.tag.issue.AbstractCreateIssue
                          extended bycom.atlassian.jira.jelly.tag.issue.CreateIssue
All Implemented Interfaces:
IssueContextAccessor, ProjectAware, ProjectContextAccessor, UserAware

public class CreateIssue
extends AbstractCreateIssue
implements ProjectContextAccessor, IssueContextAccessor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.jelly.tag.issue.AbstractCreateIssue
KEY_COMPONENTS, KEY_DESCRIPTION, KEY_DUPLICATE_SUMMARY, KEY_ENVIRONMENT, KEY_FIX_VERSIONS, KEY_ISSUE_ASSIGNEE, KEY_ISSUE_ASSIGNEE_VAR, KEY_ISSUE_CREATED_DATE, KEY_ISSUE_ID, KEY_ISSUE_ID_VAR, KEY_ISSUE_KEY_VAR, KEY_ISSUE_REPORTER, KEY_ISSUE_SECURITY, KEY_ISSUE_TYPE, KEY_ISSUE_UPDATED_DATE, KEY_PRIORITY, KEY_PROJECT_ID, KEY_SUMMARY, KEY_VERSIONS
 
Fields inherited from class com.atlassian.jira.jelly.ActionTagSupport
FAILURE, ignoreErrors, SUCCESS
 
Constructor Summary
CreateIssue()
           
 
Method Summary
protected  void prePropertyValidation(XMLOutput output)
           
 
Methods inherited from class com.atlassian.jira.jelly.tag.issue.AbstractCreateIssue
addCustomFieldValue, endTagExecution, getIssueScheme, getIssueSchemeId, getIssueTypes, getPreviousIssueSchemeLevelId, getPreviousUsername, getPriorities, getRequiredContextVariablesAfter, getRequiredProperties, hasIssueScheme, isDuplicateIssue, loadPreviousIssue, loadPreviousProject, postTagExecution, preContextValidation, propertyValidation, setIssue, setIssue, setPreviousIssueSchemeLevelId, setProject, setProject
 
Methods inherited from class com.atlassian.jira.jelly.tag.ProjectAwareActionTagSupport
getProject, getProjectId, getRequiredContextVariables, hasProject
 
Methods inherited from class com.atlassian.jira.jelly.tag.UserAwareActionTagSupport
getUser, getUsername
 
Methods inherited from class com.atlassian.jira.jelly.ActionTagSupport
arrayToString, contextContainsAfter, contextContainsBefore, contextValidation, copyRedirectUrlParametersToTag, doTag, getActionName, getProperty, getRequest, getResponse, getTagName, getTagName, getWebWorkAdaptor, isBackendAction, isExecuteWebworkOnClose, mapContainsAll, mapProperty, mapProperty, postTagValidation, propertiesContains, reportRequired, reportRequiredContextVariablesAfter, reportRequiredContextVariablesBefore, reportRequiredProperties, setActionName, setBackendAction, setExecuteWebworkOnClose, setProperty, setProperty, toString
 
Methods inherited from class com.atlassian.jira.jelly.JiraDynaBeanTagSupport
getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.jelly.ProjectContextAccessor
loadPreviousProject, setProject, setProject
 
Methods inherited from interface com.atlassian.jira.jelly.IssueContextAccessor
loadPreviousIssue, setIssue, setIssue
 
Methods inherited from interface com.atlassian.jira.jelly.ProjectAware
getContext
 

Constructor Detail

CreateIssue

public CreateIssue()
Method Detail

prePropertyValidation

protected void prePropertyValidation(XMLOutput output)
                              throws JellyTagException
Overrides:
prePropertyValidation in class AbstractCreateIssue
Throws:
JellyTagException