Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

REST API for automation

We have to create and keep up-to-date a set of about 50 automation rules. We'd prefer to automate this via the REST API. Does this automation plugin offer any access to read/write the automation rules?

6 answers

I'm also interested in the Automation REST API, except for for Cloud.

And would be intersted in testing it as beta

Me too, its actually quite urgent for me...

3 votes
Nick Menere
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jun 11, 2018

Hi Peter,

 

We currently do offer an offical REST api to mange rules but I have raised a ticket to do this at: AUT-999 - Official REST Api

 

This is going to be a little more difficult in Cloud than Server but should still be possible using web tokens.

Are you after Cloud or Server?

If you are on Server, it be pretty easy to reverse engineer our REST api. For management it is pretty straight forward GET/PUT/POST stuff.

Though this isn't officially supported.

 

Cheers,

Nick [Automation for Jira]

Co-Founder

We're after Server here. Could you point me towards the REST API endpoint, then I can play around with this ;)

Even if it isn't officially supported, this should help.

I'm glad about any sort of documentation (list of endpoints, whatever) you can provide.

Thanks for the help!

Like Martin Cleaver likes this
Gorka Puente {Appfire}
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Nov 11, 2020

Hi Nick,

We need to retrieve the Automation for Jira audit log to integrate it with our app. We saw this API currently used in the Audit Log section

 

https://automation.atlassian.com/pro/rest/GLOBAL/audit?cv=1001.0.0-SNAPSHOT&xdm_deprecated_addon_key_do_not_use=com.codebarrel.addons.automation&lic=none&admin=true&cp=&xdm_e=https://roninpixels.atlassian.net&xdm_c=channel-com.codebarrel.addons.automation__cb-jira-automation-rules&jwt=[XXX]&limit=50&offset=0

 

But we cannot use it in connect. Any idea how we could get the audit log?

Thanks!

Yatish Madhav
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 17, 2021

Hi

"We currently do offer an offical REST api to mange rules" - Do you mean 'do not offer ...'? :)

Please advise on the timeline or what we can do to interact with the automation rules via REST API via a Connect App?

Thank you

Yatish

In case anyone is looking for the endpoints for JIRA Server/Data Center, I found these two.

 

/rest/cb-automation/latest/project/GLOBAL/rule/<rule_id> PUT To update a rule

/rest/cb-automation/latest/project/GLOBAL/rule GET Returns all rules (still trying to figure out how to get a specific one)

Martin Cleaver
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Aug 22, 2021 • edited

I don't believe there is an API call to pull a specific rule.

In theory, you could call the global endpoint from A4J itself, and parse the result:

Snag_329b1ad6.png 

But I just get :

Action details:

Send web request

Error publishing webhook. Response HTTP status:
500
Error response HTTP body

An alternative is to call ScriptRunner to do the call and parse (feels defeatist, but pragmatism must prevail!).   

Either way, if you figure it out please share. I've been looking to get to it for over a year.

Bonus marks for building it as an REST endpoint in Scriptrunner ;)

1 vote
Yatish Madhav
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 06, 2021

Hi all, I would be very keen on this for Jira Cloud. Please advise on how to 'play with' automation rules and configurations via the REST API? Thank you

Yatish Madhav
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 30, 2021

Hi there - any update on this please? Is there a roadmap to bring the REST APIs for Cloud and be documented? Thank you

Like Shubham Aggarwal likes this

I've just found you can use GET url/gateway/api/automation/internal-api/jira/cloudId/pro/rest/GLOBAL/rule/ruleId

to grab a specific rule by id in CLOUD

But unfortunately I can't find anything in terms of updating the rule

Found it! It's the same API using PUT, with body:

{
  "ruleConfigBean": "{{ruleJsonHere}}",
  "newConnections": []
}
Where the ruleJson is essentially the same format from when you GET the API
Like Kasper_VanDamme likes this

any documentation on how this could be achieved would be highly appreciated

0 votes
Yatish Madhav
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Mar 17, 2023

Any updated on movement on this please for Jira Cloud? Thank you

0 votes
Martin Cleaver
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jun 14, 2020

Likewise, AI need this for Data Center!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events