public interface IssueParser
| Modifier and Type | Method and Description |
|---|---|
ChangeHistoryList |
parseChangeHistory() |
ChangeHistoryList |
parseChangeHistory(boolean withFieldLabels)
Parse the Change History Table
|
List<Comment> |
parseComments()
Parse the comments on the view issue page.
|
ViewIssueDetails |
parseViewIssuePage() |
List<Worklog> |
parseWorklogs()
Parse the worklogs on the view issue page.
|
ViewIssueDetails parseViewIssuePage()
ChangeHistoryList parseChangeHistory(boolean withFieldLabels)
ChangeHistoryList parseChangeHistory()
List<Comment> parseComments()
Comment's.Copyright © 2002-2024 Atlassian. All Rights Reserved.