Class ProjectDigest
Project information (digest) See: https://docs.atlassian.com/jira/REST/latest/#api/2/project
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 ProjectDigest : BaseProperties<long>
Properties
| Improve this Doc View SourceAvatar
Avatar for this project
Declaration
[JsonProperty(PropertyName = "avatarUrls")]
public AvatarUrls Avatar { get; set; }
Property Value
Type | Description |
---|---|
AvatarUrls |
Category
The projects category
Declaration
[JsonProperty(PropertyName = "projectCategory")]
public ProjectCategory Category { get; set; }
Property Value
Type | Description |
---|---|
ProjectCategory |
Key
Key for this project (the prefix of the issues in the project)
Declaration
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Lead
User who is the lead for the project
Declaration
[JsonProperty(PropertyName = "lead")]
public User Lead { get; set; }
Property Value
Type | Description |
---|---|
User |
Name
Name of the project
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProjectKeys
All project keys associated with the project
Declaration
[JsonProperty(PropertyName = "projectKeys")]
public IList<string> ProjectKeys { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |