/AWS1/CL_SHBJIRACLOUDDETAIL¶
Information about the configuration and status of a Jira Cloud integration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_cloudid TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The cloud id of the Jira Cloud.
iv_projectkey TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The projectKey of Jira Cloud.
iv_domain TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The URL domain of your Jira Cloud instance.
iv_authurl TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The URL to provide to customers for OAuth auth code flow.
iv_authstatus TYPE /AWS1/SHBCONNECTORAUTHSTATUS /AWS1/SHBCONNECTORAUTHSTATUS¶
The status of the authorization between Jira Cloud and the service.
Queryable Attributes¶
CloudId¶
The cloud id of the Jira Cloud.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDID() |
Getter for CLOUDID, with configurable default |
ASK_CLOUDID() |
Getter for CLOUDID w/ exceptions if field has no value |
HAS_CLOUDID() |
Determine if CLOUDID has a value |
ProjectKey¶
The projectKey of Jira Cloud.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTKEY() |
Getter for PROJECTKEY, with configurable default |
ASK_PROJECTKEY() |
Getter for PROJECTKEY w/ exceptions if field has no value |
HAS_PROJECTKEY() |
Determine if PROJECTKEY has a value |
Domain¶
The URL domain of your Jira Cloud instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAIN() |
Getter for DOMAIN, with configurable default |
ASK_DOMAIN() |
Getter for DOMAIN w/ exceptions if field has no value |
HAS_DOMAIN() |
Determine if DOMAIN has a value |
AuthUrl¶
The URL to provide to customers for OAuth auth code flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHURL() |
Getter for AUTHURL, with configurable default |
ASK_AUTHURL() |
Getter for AUTHURL w/ exceptions if field has no value |
HAS_AUTHURL() |
Determine if AUTHURL has a value |
AuthStatus¶
The status of the authorization between Jira Cloud and the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHSTATUS() |
Getter for AUTHSTATUS, with configurable default |
ASK_AUTHSTATUS() |
Getter for AUTHSTATUS w/ exceptions if field has no value |
HAS_AUTHSTATUS() |
Determine if AUTHSTATUS has a value |