Interface IssueSummaryAware
- All Known Implementing Classes:
AbstractCommentableAssignableIssue
,AbstractCommentableIssue
,AbstractIssueLinkAction
,AbstractIssueSelectAction
,AbstractViewIssue
,AbstractWorklogAction
,AddComment
,AddWebLink
,ArchiveIssue
,AssignIssue
,AttachFile
,AttachTemporaryFile
,CloneIssueDetails
,CommentAssignIssue
,CreateIssue
,CreateIssueDetails
,CreateSubTaskIssue
,CreateSubTaskIssueDetails
,CreateWorklog
,DeleteAttachment
,DeleteComment
,DeleteIssue
,DeleteLink
,DeleteRemoteIssueLink
,DeleteWorklog
,EditComment
,EditIssue
,EditLabels
,LinkConfluencePage
,LinkExistingIssue
,LinkJiraIssue
,ManageAttachments
,ManageWatchers
,MoveIssue
,MoveIssueConfirm
,MoveIssueSubtasks
,MoveIssueUpdateFields
,MoveIssueUpdateWorkflow
,MoveSubTask
,MoveSubTaskChooseOperation
,MoveSubTaskParent
,RestoreIssue
,SimpleWorkflowAction
,UpdateWorklog
,ViewSubtaskFragmentAction
,ViewVoters
,VoteOrWatchIssue
,WorkflowUIDispatcher
public interface IssueSummaryAware
If an action wishes to use the 'issuesummary' decorator, then it must implement IssueSummaryAware
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSummaryIssue
- Returns:
- The issue to display on the left hand side
- Throws:
IssuePermissionException
- If the remote user does not have the permission to view this issue
-
getLoggedInApplicationUser
ApplicationUser getLoggedInApplicationUser() -
getLayoutBean
IssueSummaryLayoutBean getLayoutBean()
-