Delete a rule
Delete an existing rule.
Once a rule is deleted, the synchronization between PagerDuty Incidents and Jira Issues linked by the rule stops.
Scoped OAuth requires: jira_cloud_rules.write
Authorization<token>
In: header
Path Parameters
id*PagerDutyObfuscatedId
The ID of the account mapping.
Match
^(P[0-9A-Z]{6}|Q[0-9A-Z]{13})$Format
PagerDuty Idrule_id*PagerDutyObfuscatedId
The ID of the account rule.
Match
^(P[0-9A-Z]{6}|Q[0-9A-Z]{13})$Format
PagerDuty IdHeader Parameters
Content-Type*"application/json"
Content-Type Header
Default
"application/json"Value in
- "application/json"
Response Body
application/json
application/json
application/json
application/json
Create a rule POST
Create a new rule. A Rule configures the bidirectional synchronization between Jira issues and PagerDuty incidents. Scoped OAuth requires: `jira_cloud_rules.write`
Get a rule GET
Get detailed information about an existing rule. A Rule configures the bidirectional synchronization between Jira issues and PagerDuty incidents. Scoped OAuth requires: `jira_cloud_rules.read`