java.lang.Object
com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
com.atlassian.jira.rest.client.api.domain.BasicUser
All Implemented Interfaces:
AddressableEntity, NamedEntity
Direct Known Subclasses:
User

public class BasicUser extends AddressableNamedEntity
Basic information about a JIRA user
Since:
v0.1
  • Field Details

    • INCOMPLETE_URI

      public static URI INCOMPLETE_URI
      This value is used to mark incomplete user URI - when server response with user without selfUri set. This may happen due to bug in JIRA REST API - for example in JRA-30263 bug, JIRA REST API will return user without selfUri for deleted author of worklog entry.
  • Constructor Details

  • Method Details