Uses of Class
net.florianschoppmann.issuetracking.youtrack.rest.IssueComment
-
Packages that use IssueComment Package Description net.florianschoppmann.issuetracking.youtrack -
-
Uses of IssueComment in net.florianschoppmann.issuetracking.youtrack
Fields in net.florianschoppmann.issuetracking.youtrack declared as IssueComment Modifier and Type Field Description @Nullable IssueComment
CommentUpdates.CommentUpdate. issueComment
Methods in net.florianschoppmann.issuetracking.youtrack that return IssueComment Modifier and Type Method Description IssueComment
YouTrackClient. updateIssueComment(String issueKey, String commentId, IssueComment issueComment, StringNode fields)
Methods in net.florianschoppmann.issuetracking.youtrack that return types with arguments of type IssueComment Modifier and Type Method Description List<IssueComment>
YouTrackClient. getIssueComments(String issueKey, StringNode fields)
Methods in net.florianschoppmann.issuetracking.youtrack with parameters of type IssueComment Modifier and Type Method Description IssueComment
YouTrackClient. updateIssueComment(String issueKey, String commentId, IssueComment issueComment, StringNode fields)
-