| Package | Description |
|---|---|
| net.rcarz.jiraclient |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Issue.addComment(String body)
Adds a comment to this issue.
|
Comment |
Issue.addComment(String body,
String visType,
String visName)
Adds a comment to this issue with limited visibility.
|
static Comment |
Comment.get(RestClient restclient,
String issue,
String id)
Retrieves the given comment record.
|
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
Issue.getComments() |
static List<Comment> |
Field.getComments(Object c,
RestClient restclient,
String issueKey)
Gets a list of comments from the given object.
|
Copyright © 2022. All rights reserved.