Uses of Class
com.atlassian.jira.web.action.IssueActionSupport

Packages that use IssueActionSupport
com.atlassian.jira.plugin.link.confluence   
com.atlassian.jira.plugin.link.remotejira   
com.atlassian.jira.plugin.link.web   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.enterprise   
com.atlassian.jira.web.action.admin.filters   
com.atlassian.jira.web.action.admin.issuetypes   
com.atlassian.jira.web.action.admin.user   
com.atlassian.jira.web.action.filter   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.issue.bulkedit   
com.atlassian.jira.web.action.issue.enterprise   
com.atlassian.jira.web.action.project   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.action.workflow   
 

Uses of IssueActionSupport in com.atlassian.jira.plugin.link.confluence
 

Subclasses of IssueActionSupport in com.atlassian.jira.plugin.link.confluence
 class LinkConfluencePage
           
 

Uses of IssueActionSupport in com.atlassian.jira.plugin.link.remotejira
 

Subclasses of IssueActionSupport in com.atlassian.jira.plugin.link.remotejira
 class LinkRemoteJiraIssue
          Links an issue to an issue from a remote JIRA server.
 

Uses of IssueActionSupport in com.atlassian.jira.plugin.link.web
 

Subclasses of IssueActionSupport in com.atlassian.jira.plugin.link.web
 class AddWebLink
           
 

Uses of IssueActionSupport in com.atlassian.jira.web.action
 

Subclasses of IssueActionSupport in com.atlassian.jira.web.action
 class AbstractBrowser
          An abstract browser that implements a few helpful things for paging.
 class AbstractViewIssueColumns
           
 

Uses of IssueActionSupport in com.atlassian.jira.web.action.admin
 

Subclasses of IssueActionSupport in com.atlassian.jira.web.action.admin
 class ViewIssueColumns
           
 

Uses of IssueActionSupport in com.atlassian.jira.web.action.admin.enterprise
 

Subclasses of IssueActionSupport in com.atlassian.jira.web.action.admin.enterprise
 class ViewSearchRequestIssueColumns
           
 

Uses of IssueActionSupport in com.atlassian.jira.web.action.admin.filters
 

Subclasses of IssueActionSupport in com.atlassian.jira.web.action.admin.filters
 class AbstractAdministerFilter
          This is the base class for DeleteSharedFilter and ChangeSharedFilterOwner
 class ChangeSharedFilterOwner
          Action for changing the SharedFilter owner
 class DeleteSharedFilter
          The Delete Shared Filters action
 class ViewSharedFilters
          Responsible for displaying the shared filters administration page.
 

Uses of IssueActionSupport in com.atlassian.jira.web.action.admin.issuetypes
 

Subclasses of IssueActionSupport in com.atlassian.jira.web.action.admin.issuetypes
 class MigrateIssueTypes
           
 

Uses of IssueActionSupport in com.atlassian.jira.web.action.admin.user
 

Subclasses of IssueActionSupport in com.atlassian.jira.web.action.admin.user
 class DeleteGroup
           
 class DeleteUser
           
 class DeleteUserProperty
           
 class EditUser
           
 class EditUserGroups
           
 class EditUserProperties
           
 class EditUserProperty
           
 class GroupBrowser
           
 class GroupPickerBrowser
           
 class SetPassword
           
 class UserBrowser
           
 class UserPickerBrowser
           
 class UserProperty
          This represents a key:value pair property for a user.
 class UserRememberMeCookies
          This action shows the remember me cookies that a user has
 class ViewUser
           
 

Uses of IssueActionSupport in com.atlassian.jira.web.action.filter
 

Subclasses of IssueActionSupport in com.atlassian.jira.web.action.filter
 class DeleteFilter
          Action class for managing filters.
 class EditFilter
           
 class FilterSubscription
          Action for CRUD of a scheduled email subscription to search filter results.
 class ManageFilters
          Action class for managing filters.
 class ManageSubscriptions
          Action class for Managaing Subscriptions.
 class SaveAsFilter
           
 class SaveFilter
          Action called to update a filter's search parameters and search sorts.
 

Uses of IssueActionSupport in com.atlassian.jira.web.action.issue
 

Subclasses of IssueActionSupport in com.atlassian.jira.web.action.issue
 class AbstractCommentableAssignableIssue
           
 class AbstractCommentableIssue
          This class should be extended by any action that modifies issues and can have an associated comment.
 class AbstractIssueLinkAction
          Base class for an issue link action.
 class AbstractIssueSelectAction
          An abstract action that should be extended by any action which wants to 'select' an issue

 class AbstractViewIssue
           
 class AbstractWorklogAction
           
 class AddComment
           
 class AssignIssue
           
 class AttachFile
          Responsible for rendering the attach file form and converting temporary attachments to real attachments linked to an issue.
 class AttachScreenshot
          Webwork action for popping up the attach screenshot applet and attaching screenshots to an issue.
 class AttachTemporaryFile
          Used by inline-file-attach.js to upload temporary attachments that can then be converted to real attachments lateron.
 class CloneIssueDetails
           
 class CommentAssignIssue
          This beautifully named action is in fact the Issue Transition screen.
 class CreateIssue
           
 class CreateIssueDetails
           
 class CreateSubTaskIssue
           
 class CreateSubTaskIssueDetails
           
 class CreateWorklog
          This action creates a new worklog
 class DeleteAttachment
           
 class DeleteComment
           
 class DeleteIssue
           
 class DeleteLink
           
 class DeleteRemoteIssueLink
           
 class DeleteWorklog
          This action deletes an existing worklog
 class EditComment
           
 class EditIssue
           
 class EditLabels
           
 class IssueNavigator
           
 class LinkExistingIssue
           
 class ManageAttachments
           
 class ManageWatchers
           
 class MoveIssue
           
 class MoveIssueConfirm
           
 class 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.
 class MoveIssueUpdateFields
           
 class MoveSubTask
           
 class MoveSubTaskChooseOperation
          This action is used to present the user with a list of allowed bulk operations on the selected issues
 class MoveSubTaskParent
           
 class SearchDescriptionEnabledAction
           
 class UpdateIssueFields
          Deprecated. Use REST API instead. Since v5.0.
 class UpdateWorklog
          This action updates an existing worklog
 class ViewIssue
           
 class ViewSubtaskFragmentAction
           
 class ViewVoters
           
 class VoteOrWatchIssue
          Action to add or remove votes and watches to a particular issue.
 

Uses of IssueActionSupport in com.atlassian.jira.web.action.issue.bulkedit
 

Subclasses of IssueActionSupport in com.atlassian.jira.web.action.issue.bulkedit
 class AbstractBulkOperationAction
           
 class AbstractBulkOperationDetailsAction
           
 class BulkCancelWizard
          This action is used to present the user with a list of allowed bulk operations on the selected issues User: keithb Date: Dec 3, 2003 Time: 12:26:25 PM To change this template use Options | File Templates.
 class BulkChooseOperation
          This action is used to present the user with a list of allowed bulk operations on the selected issues User: keithb Date: Dec 3, 2003 Time: 12:26:25 PM To change this template use Options | File Templates.
 class BulkDelete
           
 class BulkEdit
           
 class BulkEdit1
           
 class BulkMigrate
           
 class BulkMove
           
 class BulkWorkflowTransition
           
 

Uses of IssueActionSupport in com.atlassian.jira.web.action.issue.enterprise
 

Subclasses of IssueActionSupport in com.atlassian.jira.web.action.issue.enterprise
 class MoveIssueUpdateWorkflow
           
 

Uses of IssueActionSupport in com.atlassian.jira.web.action.project
 

Subclasses of IssueActionSupport in com.atlassian.jira.web.action.project
 class DeleteProject
           
 class DeleteProjectEntity
           
 

Uses of IssueActionSupport in com.atlassian.jira.web.action.user
 

Subclasses of IssueActionSupport in com.atlassian.jira.web.action.user
 class GenericEditProfile
           
 class ViewProfile
           
 class ViewUserIssueColumns
           
 class ViewUserPreferences
           
 

Uses of IssueActionSupport in com.atlassian.jira.web.action.workflow
 

Subclasses of IssueActionSupport in com.atlassian.jira.web.action.workflow
 class SimpleWorkflowAction
           
 class WorkflowUIDispatcher
          A simple action to look at the incoming action + issue ID combination, and redirect to the correct web action.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.