Class User
User information See: https://docs.atlassian.com/jira/REST/latest/#api/2/user
Inheritance
System.Object
User
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Dapplo.Jira.Entities
Assembly:Dapplo.Jira.dll
Syntax
[JsonObject]
public class User
Properties
| Improve this Doc View SourceActive
true if the user is active (license count)
Declaration
[JsonProperty(PropertyName = "active")]
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Avatars
Avatar urls (links to 16x16, 24x24, 32x32, 48x48 icons) for this user
Declaration
[JsonProperty(PropertyName = "avatarUrls")]
public AvatarUrls Avatars { get; set; }
Property Value
Type | Description |
---|---|
AvatarUrls |
Default
Default assignee
Declaration
public static User Default { get; }
Property Value
Type | Description |
---|---|
User | A User which can be used in e.g. AssignAsync to assign to the default user |
DisplayName
Display name for the user
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmailAddress
Email address of the user
Declaration
[JsonProperty(PropertyName = "emailAddress")]
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name of the user
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nobody
Use this to specify nobody
Declaration
public static User Nobody { get; }
Property Value
Type | Description |
---|---|
User | A User which can be used in e.g. AssignAsync to remove the assignee |
Self
Link to this item (self)
Declaration
[JsonProperty(PropertyName = "self")]
public Uri Self { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |