• 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

Namespace Dapplo.Jira.Query

Classes

DatetimeClause

A clause for date time calculations

IssueClause

A clause for content identifying values like ancestor, content, id and parent

ProjectClause

A clause for searching projects belonging to a project

SimpleValueClause

A clause for simple values like container, macro and label

TextClause

A clause for simple values like ancestor, Id, label, space and more

TypeClause

Where clauses for the field type

UserClause

This is the implementation of all user based where clauses

VersionClause

A clause for version values like fixVersion and more

Where

Factory method for CQL where clauses

Interfaces

IDatetimeClause

An interface for a date time calculations clause

IDatetimeClauseWithoutValue

An interface for a date time calculations clause

IFinalClause

A clause which cannot be modified anymore, only ToString() makes sense

IIssueClause

An interface for issue based clauses

IProjectClause

An interface for project based clauses

ISimpleValueClause

An interface for a date time calculations clause

ITextClause

An interface for a date time calculations clause

ITypeClause

The possible methods for a type clause

IUserClause

The possible methods for a user clause

IVersionClause

An interface for a version based clauses

Enums

Fields

All possible fields in a JQL

Operators

the operators which are used inside a clause

Back to top Copyright © 2017 Dapplo