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

Class ReportIssue

Report Issue information

Inheritance
System.Object
BaseId<System.String>
BaseProperties<System.String>
IssueBase
ReportIssue
Inherited Members
IssueBase.Key
IssueBase.Changelog
BaseProperties<String>.Self
BaseId<String>.Id
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 ReportIssue : IssueBase

Properties

| Improve this Doc View Source

Assignee

Who is this issue assigned to?

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

AssigneeKey

Key of the person this issue is assigned to

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

AvatarUrl

Uri to the avatar of the current user

Declaration
[JsonProperty("avatarUrl")]
public Uri AvatarUrl { get; set; }
Property Value
Type Description
System.Uri
| Improve this Doc View Source

ColumnStatistic

The statics for the column

Declaration
[JsonProperty("columnStatistic")]
public StatisticField ColumnStatistic { get; set; }
Property Value
Type Description
StatisticField
| Improve this Doc View Source

CurrentEstimateStatistic

Current estimate

Declaration
[JsonProperty("currentEstimateStatistic")]
public StatisticField CurrentEstimateStatistic { get; set; }
Property Value
Type Description
StatisticField
| Improve this Doc View Source

Done

Is the issue done?

Declaration
[JsonProperty("done")]
public bool Done { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Epic

The epic this issue belongs to

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

EpicField

The epic field

Declaration
[JsonProperty("epicField")]
public EpicField EpicField { get; set; }
Property Value
Type Description
EpicField
| Improve this Doc View Source

EstimateStatistic

Estimate statistics

Declaration
[JsonProperty("estimateStatistic")]
public StatisticField EstimateStatistic { get; set; }
Property Value
Type Description
StatisticField
| Improve this Doc View Source

EstimateStatisticRequired

Tells if the estimate statistics are required

Declaration
[JsonProperty("estimateStatisticRequired")]
public bool EstimateStatisticRequired { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

FixVersions

Versions in which this issue is fixed

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

Flagged

Is this issue flagged?

Declaration
[JsonProperty("flagged")]
public bool Flagged { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

HasCustomUserAvatar

Does user have a custom avatar?

Declaration
[JsonProperty("hasCustomUserAvatar")]
public bool HasCustomUserAvatar { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Hidden

Is this issue hidden?

Declaration
[JsonProperty("hidden")]
public bool Hidden { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

LinkedPagesCount

Number of linked pages, used to display the count of pages for the sprint.

Declaration
[JsonProperty("linkedPagesCount")]
public int LinkedPagesCount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PriorityName

Name of the priority

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

PriorityUrl

Url to the priority

Declaration
[JsonProperty("priorityUrl")]
public Uri PriorityUrl { get; set; }
Property Value
Type Description
System.Uri
| Improve this Doc View Source

ProjectId

Project where the issue belongs to

Declaration
[JsonProperty("projectId")]
public long ProjectId { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Status

Status of the issue

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

Summary

Issue summary

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

TrackingStatistic

Tracking statistics

Declaration
[JsonProperty("trackingStatistic")]
public StatisticField TrackingStatistic { get; set; }
Property Value
Type Description
StatisticField
| Improve this Doc View Source

TypeId

Type ID for the issue

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

TypeName

Name of the type

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

TypeUrl

Url to the type of issue

Declaration
[JsonProperty("typeUrl")]
public Uri TypeUrl { get; set; }
Property Value
Type Description
System.Uri
  • Improve this Doc
  • View Source
Back to top Copyright © Dapplo