Interface IJiraDomain
This interface describes the functionality of the IJiraClient which domains can use
Inherited Members
Namespace:Dapplo.Jira.Domains
Assembly:Dapplo.Jira.dll
Syntax
public interface IJiraDomain : IJiraClient
Properties
| Improve this Doc View SourceJiraAgileRestUri
The agile rest URI for your JIRA server
Declaration
Uri JiraAgileRestUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |
JiraAuthUri
The base URI for JIRA auth api
Declaration
Uri JiraAuthUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |
JiraRestUri
The rest URI for your JIRA server
Declaration
Uri JiraRestUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |