Class Project
Project information (retrieved via /project/id) 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 Project : ProjectDigest
Properties
| Improve this Doc View SourceAssigneeType
AssigneeType describes how the assignment of tickets works, if this says project-lead every ticket will be assigned to the person which that role.
Declaration
[JsonProperty(PropertyName = "assigneeType")]
public string AssigneeType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BrowseUrl
Url to browse the tickets with
Declaration
[JsonProperty(PropertyName = "url")]
public Uri BrowseUrl { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Components
Components for this project, this is only a "digest" retrieve the component details for more information.
Declaration
[JsonProperty(PropertyName = "components")]
public IList<ComponentDigest> Components { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ComponentDigest> |
Description
The description of the project
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TODO: Uncertain what this is, please comment!
Declaration
[JsonProperty(PropertyName = "email")]
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IssueTypes
Possible issue types for this project
Declaration
[JsonProperty(PropertyName = "issueTypes")]
public IList<IssueType> IssueTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IssueType> |
Roles
Urls to the possible roles for this project
Declaration
[JsonProperty(PropertyName = "roles")]
public IDictionary<string, Uri> Roles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Uri> |
Versions
Possible versions for this project
Declaration
[JsonProperty(PropertyName = "versions")]
public IList<Version> Versions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Version> |