| | |
| | | |
| | | void addIssueHistory(Issue issue, IssueHistoryType issueHistoryType, String issueChangeDescription); |
| | | |
| | | void addIssueHistory(Issue issue, User user, IssueHistoryType issueHistoryType, String issueChangeDescription); |
| | | |
| | | void makeDescription(StringBuilder description, IssueHistoryType issueHistoryType, String issueChangeDescription); |
| | | |
| | | void makeDescription(User user, StringBuilder description, IssueHistoryType issueHistoryType, String issueChangeDescription); |
| | | |
| | | void findIssueHistory(Map<String, Object> resJsonData, IssueHistoryCondition issueHistoryCondition); |
| | | |
| | | List<IssueHistoryVo> findIssueHistory(Long issueId); |