IssueService | This is used to perform create, update, delete, and transition operations in JIRA with Issue 's. |
DefaultIssueService | The default implementation of the IssueService. |
IssueService.AssignValidationResult | A simple object that holds the information about validating an update issue operation. |
IssueService.CreateValidationResult | A simple object that holds the information about validating a create issue operation. |
IssueService.DeleteValidationResult | A simple object that holds the information about validating a delete issue operation. |
IssueService.IssueResult | A simple object that holds the information about an issue operation. |
IssueService.IssueValidationResult | A simple base object that holds the information about performing an issue operation. |
IssueService.TransitionValidationResult | A simple result object that holds the information required to make a successful issue transition. |
IssueService.UpdateValidationResult | A simple object that holds the information about validating an update issue operation. |