...AS \"${targetStatusName}\"" // CHANGE THIS (optional): // true → take FIRST time issue entered the status // false → take LAST time issue entered the status def useFirstOccurrence = true // C...
Hi Jira Community! I wanted to share this article I posted in our Enterprise Community group last week about how we are continuing our investment in improving how you work in Jira, Jira S...
Before and after an Atlassian cloud migration, sites often accumulate unused apps. Teams install apps to meet immediate needs, but over time, their purpose and usage are forgotten. This creates ...
While I have known about Forge for quite some time now; if I remember correctly it was introduced around 2020. I only started using it more seriously around January 2026. I wrote about that experienc...
How Jira Cloud traffic typically flows A normal page load is not “one request”. It’s a chain: DNS resolves multiple Atlassian domains Browser opens TCP 443 and negotiates TLS Cont...
🚀 Update (May 2026): Agents in Jira is now generally available for all Jira Cloud Standard, Premium, and Enterprise plans. When we first shared this post in March, we were excited to launch the open...
When growing up, many of us heard the phrase “first-class citizen.” In society, it has a social or political meaning. In programming, however, it has a precise technical definition. A first-class o...
Hi Atlassian Community! We’ve previously introduced the ability to export up to 10,000 work items to CSV or Excel. You can learn more about it here. With this capability, we extended exports, tha...
We’re improving the Jira Business project timeline so it’s easier to see how work is progressing at a glance. Two changes are rolling out: Roll up: parent items automatically reflect the date...
I couldn't really find an offtopic discussion board; maybe I'm missing it or it doesn't exist. So, I thought I'd post here. Apologies if this is the wrong location for this kind of stuff. I'm very h...
Hello Atlassian Community 👋 We’re excited to announce a more convenient and efficient experience to preview your work in Jira. A new preview panel experience is coming to Jira’s globa...
...ogged-in user. asUser(accountId) allows impersonation. If you need impersonation, you must declare: allowImpersonation: true in your permission scopes. Some actions (e...
This blog post is for those of you who connect Jira to your dev tools and enable “Development” data to show up in the Details of your work item. We’re constantly on the hunt for great...
Hey Community 👋 Happy to announce that you can now use Atlassian Teams natively in automation rules to keep your workflows scalable and accurate. What's new? Easily route issues and assign wor...
📣 All aboard with Jira + Loom! Attention admins: The Teamwork Collection is here to help you improve and customize your user onboarding experience in Jira. With Jira's new custom onboarding featur...
This one is for the developers out there! We've added four new AI models to Rovo Dev CLI: Claude Haiku 4.5, Claude Opus 4.5 (the most capable model), GPT-5.2, and GPT-5.2-Codex. Check out our guida...
In an effort to bridge the gap between software and business spaces, we’re bringing more power to business boards, and simplifying the way you view the work, making it easier to find what you need. ...
If you’ve been following our Bite-Size Learning Series for Jira Plans, you’ve already seen how Jira Plans can bring work from multiple projects and teams into one place. Now,...
We’re excited to announce a highly requested feature: the ability to add cover images to your work items. This will start rolling out in January 2026. What’s changing Now you can personalize...
Hey Atlassian Community! 👋 We’re excited to introduce a new way to run your daily standups, right from your Jira Software board! Now your team can collaborate, share updates, and stay aligned, all...
We’re excited to announce an upcoming improvement to the work item flagging experience in Jira software spaces, rolling out in January 2026! What’s changing? When adding or removing a flag for a ...
I know this is a Jira series, but here are some helpful Confluence queries for your snippet library. Top Confluence Queries Simple search Confluence has robust search capabilities like Jira, bu...
Here are some helpful queries, formats, and functions to use in Jira Service Management (JSM). Approvals There are many helpful JQL functions for querying approval data. A function allows the use...
Jira Software Use Cases Here are some helpful queries, formats, and functions to use for software development. Estimation Jira has two built-in estimation methods. Stories often use story point...
Common use cases Here are some single and multi-clause queries I use often. Example JQL Use Assigned to me assignee = currentUser() AND sta...