Interface IssueApi


  • public interface IssueApi
    Contains api operations for handling issues.
    • Method Detail

      • addIssue

        Asset addIssue​(AddIssueRequest addIssueRequest)
        Adds a new issue.
        Parameters:
        addIssueRequest - the properties of the issue to be added
        Returns:
        the newly added issue
      • moveIssue

        Asset moveIssue​(MoveIssueRequest moveIssueRequest)
        Moves an issue to another community
        Parameters:
        moveIssueRequest - the properties needed for the move
        Returns:
        the moved issue
      • exists

        boolean exists​(UUID issueId)
        Returns true if an issue with given ID exists.
        Parameters:
        issueId - the ID of the issue
        Returns:
        true if an issue with given ID exists, false otherwise