• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Jira
    • AgileExtensions
    • AttachmentExtensions
    • FilterExtensions
    • IJiraClient
    • IssueExtensions
    • JiraClient
    • JiraConfig
    • JiraException
    • ProjectExtensions
    • ServerExtensions
    • SessionExtensions
    • TimeSpanExtensions
    • UserExtensions
    • WorkExtensions
  • Dapplo.Jira.Domains
    • IAgileDomain
    • IAttachmentDomain
    • IFilterDomain
    • IIssueDomain
    • IJiraDomain
    • IProjectDomain
    • IServerDomain
    • ISessionDomain
    • IUserDomain
    • IWorkDomain
  • Dapplo.Jira.Entities
    • AgileIssue
    • AgileIssueFields
    • AllowedValue
    • Attachment
    • AttachmentContainer<T>
    • AvatarUrls
    • BaseId<TId>
    • BaseProperties<TId>
    • Board
    • BoardConfiguration
    • Column
    • ColumnConfig
    • Comment
    • Comments
    • Component
    • ComponentDigest
    • Configuration
    • Epic
    • EpicColor
    • Error
    • EstimationCustomFieldInfo
    • EstimationFieldInfo
    • Field
    • Filter
    • Issue
    • IssueBase
    • IssueFields
    • IssueType
    • IssueWithFields<TFields>
    • LoginInfo
    • Pageable
    • PageableResult
    • PossibleField
    • Priority
    • ProgressInfo
    • Project
    • ProjectCategory
    • ProjectDigest
    • RankingCustomFieldInfo
    • Resolution
    • Results<TResultType>
    • Schema
    • Search
    • SearchResult<TIssue>
    • ServerInfo
    • SharePermission
    • Sprint
    • Status
    • StatusCategory
    • Subscription
    • Subscriptions
    • TimeTracking
    • TimeTrackingConfiguration
    • Transition
    • Transitions
    • User
    • Version
    • Visibility
    • VoteInfo
    • Watches
    • Worklog
    • Worklogs
  • Dapplo.Jira.Enums
    • AdjustEstimate
    • AvatarSizes
    • BoardTypes
  • Dapplo.Jira.Json
    • CustomDateTimeOffsetConverter
  • Dapplo.Jira.Query
    • DatetimeClause
    • Fields
    • IDatetimeClause
    • IDatetimeClauseWithoutValue
    • IFinalClause
    • IIssueClause
    • IProjectClause
    • ISimpleValueClause
    • IssueClause
    • ITextClause
    • ITypeClause
    • IUserClause
    • IVersionClause
    • Operators
    • ProjectClause
    • SimpleValueClause
    • TextClause
    • TypeClause
    • UserClause
    • VersionClause
    • Where

Class IssueFields

Container for the fields

Inheritance
System.Object
IssueFields
AgileIssueFields
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 IssueFields

Properties

| Improve this Doc View Source

AggregateTimeSpent

The summary of the time spend on this issue

Declaration
[JsonProperty(PropertyName = "aggregatetimespent")]
public long ? AggregateTimeSpent { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

Assignee

User who this issue is assigned to

Declaration
[JsonProperty(PropertyName = "assignee")]
public User Assignee { get; set; }
Property Value
Type Description
User
| Improve this Doc View Source

Attachments

Attachments for this issue

Declaration
[JsonProperty(PropertyName = "attachment")]
public IList<Attachment> Attachments { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Attachment>
| Improve this Doc View Source

Comments

Container for the comments for this issue

Declaration
[JsonProperty(PropertyName = "comment")]
public Comments Comments { get; set; }
Property Value
Type Description
Comments
| Improve this Doc View Source

Components

Components for this issue

Declaration
[JsonProperty(PropertyName = "components")]
public IList<Component> Components { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Component>
| Improve this Doc View Source

Created

When was this issue created

Declaration
[JsonProperty(PropertyName = "created")]
public DateTimeOffset? Created { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>
| Improve this Doc View Source

Creator

User who created this issue

Declaration
[JsonProperty(PropertyName = "creator")]
public User Creator { get; set; }
Property Value
Type Description
User
| Improve this Doc View Source

CustomFields

All custom field values, or rather those that don't have a matching

Declaration
[JsonExtensionData]
public IDictionary<string, object> CustomFields { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
| Improve this Doc View Source

Description

Description of this issue

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FixVersions

Versions where this issue is fixed

Declaration
[JsonProperty(PropertyName = "fixVersions")]
public IList<Version> FixVersions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Version>
| Improve this Doc View Source

IssueType

Type of the issue

Declaration
[JsonProperty(PropertyName = "issuetype")]
public IssueType IssueType { get; set; }
Property Value
Type Description
IssueType
| Improve this Doc View Source

Labels

Labels for this issue

Declaration
[JsonProperty(PropertyName = "labels")]
public IList<string> Labels { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
| Improve this Doc View Source

LastViewed

When was this issue viewed (by whom??)

Declaration
[JsonProperty(PropertyName = "lastViewed")]
public DateTimeOffset? LastViewed { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>
| Improve this Doc View Source

Priority

Priority for this issue

Declaration
[JsonProperty(PropertyName = "priority")]
public Priority Priority { get; set; }
Property Value
Type Description
Priority
| Improve this Doc View Source

Progress

Progress for this issue

Declaration
[JsonProperty(PropertyName = "progress")]
public ProgressInfo Progress { get; set; }
Property Value
Type Description
ProgressInfo
| Improve this Doc View Source

Project

Project to which this issue belongs

Declaration
[JsonProperty(PropertyName = "project")]
public Project Project { get; set; }
Property Value
Type Description
Project
| Improve this Doc View Source

Reporter

What user reported the issue?

Declaration
[JsonProperty(PropertyName = "reporter")]
public User Reporter { get; set; }
Property Value
Type Description
User
| Improve this Doc View Source

Resolution

The resolution for this issue

Declaration
[JsonProperty(PropertyName = "resolution")]
public Resolution Resolution { get; set; }
Property Value
Type Description
Resolution
| Improve this Doc View Source

ResolutionData

Resolution date for this issue

Declaration
[JsonProperty(PropertyName = "resolutiondate")]
public DateTimeOffset? ResolutionData { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>
| Improve this Doc View Source

Status

Current status of the issue

Declaration
[JsonProperty(PropertyName = "status")]
public Status Status { get; set; }
Property Value
Type Description
Status
| Improve this Doc View Source

Summary

Summary for the issue

Declaration
[JsonProperty(PropertyName = "summary")]
public string Summary { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TimeSpent

How much time is spent on this issue

Declaration
[JsonProperty(PropertyName = "timespent")]
public long ? TimeSpent { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

TimeTracking

Time tracking information

Declaration
[JsonProperty(PropertyName = "timetracking")]
public TimeTracking TimeTracking { get; set; }
Property Value
Type Description
TimeTracking
| Improve this Doc View Source

Updated

When was the last update

Declaration
[JsonProperty(PropertyName = "updated")]
public DateTimeOffset? Updated { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>
| Improve this Doc View Source

Versions

Version for which this ticket is

Declaration
[JsonProperty(PropertyName = "versions")]
public IList<Version> Versions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Version>
| Improve this Doc View Source

Watches

Information on the watches for the ticket

Declaration
[JsonProperty(PropertyName = "watches")]
public Watches Watches { get; set; }
Property Value
Type Description
Watches
| Improve this Doc View Source

Worklogs

The worklog entries

Declaration
[JsonProperty(PropertyName = "worklog")]
public Worklogs Worklogs { get; set; }
Property Value
Type Description
Worklogs
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Dapplo