Class Component
Component information, retrieved for /component/id See: https://docs.atlassian.com/jira/REST/latest/#api/2/component
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 Component : ComponentDigest
Properties
| Improve this Doc View SourceAssignee
TODO: Needs comment
Declaration
[JsonProperty(PropertyName = "assignee")]
public User Assignee { get; set; }
Property Value
Type | Description |
---|---|
User |
AssigneeType
TODO: Needs comment
Declaration
[JsonProperty(PropertyName = "assigneeType")]
public string AssigneeType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Description of this component
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Lead
Lead for this component
Declaration
[JsonProperty(PropertyName = "lead")]
public User Lead { get; set; }
Property Value
Type | Description |
---|---|
User |
Name
Name of the component
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Project
Project key where this component belongs to
Declaration
[JsonProperty(PropertyName = "project")]
public string Project { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProjectId
Id of the project where this component belongs to
Declaration
[JsonProperty(PropertyName = "projectId")]
public int ProjectId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RealAssignee
TODO: Needs comment
Declaration
[JsonProperty(PropertyName = "realAssignee")]
public User RealAssignee { get; set; }
Property Value
Type | Description |
---|---|
User |
RealAssigneeType
TODO: Needs comment
Declaration
[JsonProperty(PropertyName = "realAssigneeType")]
public string RealAssigneeType { get; set; }
Property Value
Type | Description |
---|---|
System.String |