Uses of Class
net.florianschoppmann.issuetracking.youtrack.rest.Issue
-
Packages that use Issue Package Description net.florianschoppmann.issuetracking.youtrack -
-
Uses of Issue in net.florianschoppmann.issuetracking.youtrack
Fields in net.florianschoppmann.issuetracking.youtrack declared as Issue Modifier and Type Field Description @Nullable Issue
IssueUpdates.IssueUpdate. issue
Methods in net.florianschoppmann.issuetracking.youtrack that return Issue Modifier and Type Method Description Issue
YouTrackClient. getIssue(String issueKey, StringNode fields)
Issue
YouTrackClient. updateIssue(String issueKey, Issue issue, StringNode fields)
Methods in net.florianschoppmann.issuetracking.youtrack that return types with arguments of type Issue Modifier and Type Method Description List<Issue>
YouTrackClient. getIssues(String projectAbbrev, StringNode fields)
Methods in net.florianschoppmann.issuetracking.youtrack with parameters of type Issue Modifier and Type Method Description Issue
YouTrackClient. updateIssue(String issueKey, Issue issue, StringNode fields)
-