package

com.atlassian.jira.web.action.issue

Interfaces

Assignable  
BugAssociatorPrefs Class encapsulating behaviour on the "issue picker" popup shown when linking issues. 
IssueCreationHelperBean This interface is deprecated. Use IssueService instead (will be moved into jira-core). Since v6.2.  
IssueMetadataHelper A helper that inserts Issue metadata into a com.atlassian.plugin.webresource.WebResourceManager. 
IssueNavigatorSearchResultsHelper This interface is deprecated. Since 7.1. Storing this on the httpSession does not work for cloud. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This class will be removed in 8.0.  
IssueSearchLimits Utility methods that allow you to get the limits that are imposed by JIRA configuration properties. 
IssueSearchResultsAction Interface that should be implemented by actions that wish to have search results displayed in the navigator table. 
IssueSummaryAware If an action wishes to use the 'issuesummary' decorator, then it must implement IssueSummaryAware  
SearchActionHelper This interface is deprecated. since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.  
SearchRequestViewsAction Interface that should be implemented by actions which wish to display search requests with multiple views (both system defined and pluginised ones). 
TemporaryWebAttachmentsMonitor Temporary web attachments monitor is responsible for keeping temporary attachments uploaded by user. 
UpdateFieldsHelperBean This interface is deprecated. Use IssueService or IssueManager instead. Since v5.0.  

Classes

AbstractCommentableAssignableIssue  
AbstractCommentableIssue This class should be extended by any action that modifies issues and can have an associated comment. 
AbstractConvertIssue Abstract class for issue conversion Contains all do* methods and vast majority of logic  
AbstractIssueLinkAction Base class for an issue link action. 
AbstractIssueSelectAction An abstract action that should be extended by any action which wants to 'select' an issue

 

AbstractViewIssue  
AbstractWorklogAction  
AddComment  
AssignIssue  
AttachFile Responsible for rendering the attach file form and converting temporary attachments to real attachments linked to an issue. 
AttachScreenshot Webwork action for popping up the attach screenshot applet and attaching screenshots to an issue. 
AttachTemporaryFile Used by inline-file-attach.js to upload temporary attachments that can then be converted to real attachments lateron. 
CantBrowseCreatedIssue  
CloneIssueDetails  
CommentAssignIssue This beautifully named action is in fact the Issue Transition screen. 
ConvertIssueToSubTask Main action for converting Issue to sub-task All do* methods in AbstractConvertIssue  
ConvertSubTaskToIssue Main action for converting Sub-tasks into Issues All do* methods in AbstractConvertIssue  
CreateIssue  
CreateIssue.ButtonHolder struct for holding name:value string pairs. 
CreateIssueDetails  
CreateSubTaskIssue  
CreateSubTaskIssueDetails  
CreateWorklog This action creates a new worklog  
DefaultBugAssociatorPrefs  
DefaultCommentSecurityLevelHelpLinkDataProvider  
DefaultIssueMetadataHelper The default implementation of IssueMetadataHelper
DefaultTemporaryWebAttachmentsMonitor This class maintains a list of temporary attachments uploaded by a user. 
DeleteAttachment  
DeleteComment  
DeleteIssue  
DeleteLink  
DeleteRemoteIssueLink  
DeleteWorklog This action deletes an existing worklog  
EditComment  
EditIssue  
EditLabels  
IssueCreationHelperBeanImpl  
IssueNavigatorConstants Constants extracted out from the old IssueNavigator.java 
IssueNavigatorSearchResultsHelperImpl Utility for getting search results for issue navigation 
IssueNavigatorToolsHelper Utility for determining tool options to display on the issue navigator  
IssueNavigatorToolsHelper.SearchRequestInfo  
IssueNavigatorToolsHelper.SearchResultInfo  
IssueNavigatorViewsHelper Utility for determining view options to display on the issue navigator  
IssuePicker Responsible for controlling the rendering of the Issue Picker control. 
IssueSearchLimitsImpl Utility methods that allow you to get the limits that are imposed by JIRA configuration properties. 
LinkExistingIssue This class is deprecated. Since v5.0.  
ManageAttachments  
ManageWatchers  
MoveIssue  
MoveIssueConfirm  
MoveIssueSubtasks Step during the move issue wizard to migrate the issue types of sub-tasks whose issue type is not valid in the destination project. 
MoveIssueUpdateFields  
MoveSubTask  
MoveSubTaskChooseOperation This action is used to present the user with a list of allowed bulk operations on the selected issues  
MoveSubTaskParent  
QuickSearch  
SearchActionHelperImpl Some utility code shared between the searching actions. 
SearchDescriptionEnabledAction  
SearchResultsInfo Value container for search results helper 
SessionTimeoutMessage This is a simple error screen which displays a message about a session timeout. 
TemporaryAttachmentsMonitor This class is deprecated. Use TemporaryWebAttachmentManager instead. Since v6.4  
UpdateFieldsHelperBeanImpl  
UpdateWorklog This action updates an existing worklog  
URLUtil  
ViewSubtaskFragmentAction  
ViewVoters  
ViewVoters.SimpleVoteHistory  
VoteOrWatchIssue Action to add or remove votes and watches to a particular issue.