com.atlassian.jira.web.action.issue
Interface IssueSummaryAware
- All Known Implementing Classes:
- AbstractCommentableAssignableIssue, AbstractCommentableIssue, AbstractIssueLinkAction, AbstractIssueSelectAction, AbstractViewIssue, AbstractWorklogAction, AddComment, AddWebLink, AssignIssue, AttachFile, AttachScreenshot, AttachTemporaryFile, CloneIssueDetails, CommentAssignIssue, CreateIssue, CreateIssueDetails, CreateSubTaskIssue, CreateSubTaskIssueDetails, CreateWorklog, DeleteAttachment, DeleteComment, DeleteIssue, DeleteLink, DeleteRemoteIssueLink, DeleteWorklog, EditComment, EditIssue, EditLabels, LinkConfluencePage, LinkExistingIssue, LinkRemoteJiraIssue, ManageAttachments, ManageWatchers, MoveIssue, MoveIssueConfirm, MoveIssueSubtasks, MoveIssueUpdateFields, MoveIssueUpdateWorkflow, MoveSubTask, MoveSubTaskChooseOperation, MoveSubTaskParent, SimpleWorkflowAction, UpdateIssueFields, UpdateWorklog, ViewIssue, ViewSubtaskFragmentAction, ViewVoters, VoteOrWatchIssue, WorkflowUIDispatcher
public interface IssueSummaryAware
If an action wishes to use the 'issuesummary' decorator, then it must implement IssueSummaryAware
getSummaryIssue
Issue getSummaryIssue()
throws IssuePermissionException
- 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
getLoggedInUser
com.atlassian.crowd.embedded.api.User getLoggedInUser()
getLayoutBean
IssueSummaryLayoutBean getLayoutBean()
Copyright © 2002-2012 Atlassian. All Rights Reserved.