Hey Automations Community 👋 We’re very excited to announce the release of a brand new Use Rovo AI action in Automations. This is now available in Automations everywhere - Studio, Jira, ...
Hey community 👋 We're excited to announce that the new, unified AI building experience for Automation is now available in Rovo Studio! Here's everything you need to know to get started. 📢 The...
...hat's new in Branch with Conditions 1. Execution Mode: "All conditions" or "At least one Previously, when you set up conditions on a branch, all conditions always had to be true for that branch to r...
Estimated time to read: 5 minutes TL; DR: Automation rules, like other code, can shadow variable names. For example, smart values appear to get "walked over". To avoid confusion and prob...
...esponse : "headers": [ { "id": "_header_1777502480005", "name": "token", "value": "**************************", "headerSecure": true } ] Which components are affected The fix covers c...
Estimated time to read: 1 minute TL;DR: the renaming of stuff has reached automation rules...again. This is a quick heads-up for more name changes based upon last / this we...
Let’s be honest. Almost every Jira admin has had that moment. You build an automation feeling slightly genius… and then one update triggers five more, notifications start flying, queues get messy,...
Hello all, I have recently ventured into the automation rules to automate some data entry for fields in my work items, I thought I would share my success story, 🎉 We have a single in...
This is not the greatest article in the world, no. This is just a tribute.[1] (Updated with missing articles and cleaner HTML!) Ever so modest Automation Expert @Bill Sheboy has quiet...
Hey Automation Community 👋 Happy to announce that you can now use Atlassian Teams natively in automation rules to keep your workflows scalable and accurate. Gone are the days of using workaround...
At the SF/Bay Area RovoCon today I was chatting with an admin who was chagrined that despite her very carefully designed forms, her users continued to submit requests to JSM via email. Whic...
...irst rule's actions can trigger the later, downstream rule. (Please note: the scenario I describe can also be solved with one rule, but that is not true with all possible scenarios.) A...
Automation billing attribution now follows rule scope and plan limits We’ve improved how Automation applies billing limits for rules, so usage is now attributed to the correct app based on rule sco...
Modern teams don’t work in straight lines. An incident can be Sev-1 for one customer and low priority for another. A feature might be ready for engineering but blocked on design. Yet most automations...
Hey Atlassian Community, I’m Raine from the Automation team, and I’m here to announce a new action to kick off 2026! As your toolkit grows, managing all of your web resources can be a real challe...
Hey Atlassian Community, Swaetha from the Automation team here on behalf of Camilo! As we wrap up the year, we wanted to leave a few presents under your Automation tree. Over the past six months ...
...ollowing: Web request URL: https://<yourinstanceurl>/rest/api/3/issue/{{issue.key.urlEncode}}?returnIssue=true Replace <yourinstanceurl> with the actual URL for your Jira instance. ?r...
Estimated time to read: 6 minutes TL; DR: Jira has limited abilities to sum or synch a field with parent and child work items. Community members often ask about this need. Let's describe...
Estimated time to read: 5 minutes TL; DR: Let's cover testing basics for rule-writing to ensure you get the desired results and to save your team time in the future. When testin...
Estimated time to read: 12 minutes TL; DR: When incrementing a date by business days, we may want to skip any holidays / non-working days. You could use an external service endpoint to do ...
...f not, execution stops. This is similar to While/Do-While loops in programming, where the loop continues as long as the condition is true. Q: What is the structure of a condition? A: Conditions i...
Hey Automation Community! 👋 The Automation team have made some exciting updates to the Smart Values Help Panel that will make it easier than ever to build powerful rules. What's new? We'...
...ssue.comments.last.id}}/pin. Headers: Content-Type: application/json and Authorization per one of the methods below. Webhook body: Custom data with raw boolean true (no quotes). The pin API requires t...
Hey all! Simeon here, one of the developers on Automation. Just writing a quick heads up that your favourite Swiss army knife style component, Create lookup table , will soon have another model si...
Hello Community! We’re looking for Jira and Confluence Automation users who regularly create or manage automation rules. You will be asked to perform specific tasks while using the product and th...
Hi Atlassian Community, In our previous post we announced our new Rule Management APIs available for testing. Today we’re excited to announce that the Automation Rule Management API has g...
In our previous post, we discussed how Atlassian is continuing to develop advanced capabilities in Atlassian Automation that can unlock powerful new ways to orchestrate your workflows. Now, we’re exc...
...llowing us to use the distinct function to remove duplicates We then test if index is less than 10, and within the sample index of 0-9, which will add either "true" or "false" to the result And we i...