Uses of Interface
com.atlassian.jira.issue.comments.PinnedComment
Packages that use PinnedComment
Package
Description
-
Uses of PinnedComment in com.atlassian.jira.bc.issue.comment
Methods in com.atlassian.jira.bc.issue.comment that return types with arguments of type PinnedCommentModifier and TypeMethodDescriptionCommentService.getPinnedComments(JiraServiceContext jiraServiceContext, Issue issue) Will return a list ofPinnedComments for the given issue.DefaultCommentService.getPinnedComments(JiraServiceContext jiraServiceContext, Issue issue) -
Uses of PinnedComment in com.atlassian.jira.issue.comments
Methods in com.atlassian.jira.issue.comments that return types with arguments of type PinnedCommentModifier and TypeMethodDescriptionCommentManager.getPinnedComments(Issue issue, ApplicationUser user) Returns list of pinned comments for given issue which are visible for userDefaultCommentManager.getPinnedComments(Issue issue, ApplicationUser user) -
Uses of PinnedComment in com.atlassian.jira.issue.comments.pin
Classes in com.atlassian.jira.issue.comments.pin that implement PinnedComment -
Uses of PinnedComment in com.atlassian.jira.issue.fields.rest.json.beans
Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type PinnedCommentModifier and TypeMethodDescriptionstatic PinnedCommentJsonBeanPinnedCommentJsonBean.renderedShortBean(PinnedComment pinnedComment, DateTimeFormatterFactory dateTimeFormatterFactory)