Package | Description |
---|---|
com.atlassian.jira.reactions |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<ReactionSummary> |
CommentReactionsService.addReaction(ApplicationUser loggedInUser,
long commentId,
String emojiId)
Checks whether the user already reacted to the comment with given emoji, and if not, adds a reaction.
|
ServiceOutcome<ReactionSummary> |
DefaultCommentReactionsService.addReaction(ApplicationUser loggedInUser,
long commentId,
String emojiId) |
ServiceOutcome<ReactionSummary> |
CommentReactionsService.deleteReaction(ApplicationUser loggedInUser,
Long commentId,
String emojiId)
Deletes a reaction.
|
ServiceOutcome<ReactionSummary> |
DefaultCommentReactionsService.deleteReaction(ApplicationUser loggedInUser,
Long commentId,
String emojiId) |
ServiceOutcome<ReactionSummary> |
CommentReactionsService.getDetailedReaction(ApplicationUser loggedInUser,
Long commentId,
String emojiId)
Gets the details of the reaction containing Unicode of the emoji and a list of users who reacted with it.
|
ServiceOutcome<ReactionSummary> |
DefaultCommentReactionsService.getDetailedReaction(ApplicationUser loggedInUser,
Long commentId,
String emoji) |
ServiceOutcome<Collection<ReactionSummary>> |
CommentReactionsService.getReactions(ApplicationUser loggedInUser,
Collection<Long> commentIds)
Gets all reactions for a given comment.
|
ServiceOutcome<Collection<ReactionSummary>> |
DefaultCommentReactionsService.getReactions(ApplicationUser loggedInUser,
Collection<Long> commentIds) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.