-
Suggestion
-
Resolution: Unresolved
-
0
-
Problem Definition
It is not possible to create, edit, delete, enable, export/import or disable automation rules using a REST API.
In some cases, for example when creating a new staging instance from production data, it is desired to have some or all automation rules disabled or edited at once, in an automated way.
Suggested Solution
Implement a public REST API to allow the following operations:
- Create rules
- Edit rules
- Enable/disable rules
- Delete rules
- Get list of rules
- Export/Import rules
***
We would like to export Jira automation logs to an external dashboarding system. Unfortunately, both the /auditlog and the /automation endpoints are internal APIs. They are not available outside Jira.
Is it possible to expose automation-related APIs to allow us to do the following either via a Rest API or a Webhook:
- Export automation audit logs
- Create/Delete/Edit/View automation rules
- Export Automation rules
- is cloned from
-
JIRAAUTOSERVER-229 Official REST API to manage rules
- Gathering Interest
- is duplicated by
-
AUTO-137 Transition and add internal comment via REST API
- Closed
-
AUTO-811 Please expose the Jira automation audit logs API
- Closed
-
AUTO-1095 Create API endpoint for Automation stats
- Closed
- is related to
-
CLOUD-10966 Allow third-party automation actions in Jira Cloud
- Gathering Interest
- relates to
-
AUTO-1699 Official REST API to check the current Jira automation usage per product
- Gathering Interest
-
CONFCLOUD-79812 Extending REST API Support for Automation in Confluence Cloud Spaces
- Gathering Interest
-
AUTO-539 Ability to export Automation Audit logs and/or access via API
- Reviewing
-
ACE-7646 Loading...
-
ACE-7647 Loading...
-
ENT-1359 Loading...
- blocks
-
BLOCKER-26 Loading...
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
[AUTO-51] Official REST API to manage rules, export/import and access automation audit logs
Status | Original: Under Consideration [ 11774 ] | New: In Progress [ 3 ] |
Labels | Original: Automation_Move_JSW jsm-s4 jsw-s13 jws24 orchestration sam-request | New: ACE-7647 Automation_Move_JSW jsm-s4 jsw-s13 jws24 orchestration sam-request |
Remote Link | New: This issue links to "ACE-7647 (Atlassian Support System)" [ 1002842 ] |
Remote Link | New: This issue links to "ACE-7646 (Atlassian Support System)" [ 1002677 ] |
Labels | Original: Automation_Move_JSW jsm-s4 jsw-s13 jws24 orchestration | New: Automation_Move_JSW jsm-s4 jsw-s13 jws24 orchestration sam-request |
Remote Link | New: This issue links to "Page (Confluence)" [ 1000829 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 994514 ] |
Assignee | Original: Charlie Gavey [ 89403358cf11 ] | New: Dhanapal Mohanasamy [ e0eb84d6fb47 ] |
With a big system and data integrity enforcement, having almost close to 3000 rules caused a huge pain while refreshing data from prod to test system and making these rules enable/disable same as Prod env.
As importing rules with json file of > 5 MB not supported, had to spilt these rules info multiple files and import those one by one (for ours it was 19 files to be imported for ~ 3000 rules) is a tedious, laborious and error prone process.
API automation would help us manage any rules in the system and also for such data refresh.
Appreciate your considering for such support soon to help us.