Class UserUtils

java.lang.Object
com.atlassian.greenhopper.util.UserUtils

public class UserUtils extends Object
Contains a static method to check if a user is the owner of the given search request
  • Constructor Details

    • UserUtils

      public UserUtils()
  • Method Details

    • isOwner

      public static boolean isOwner(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.issue.search.SearchRequest searchRequest)