When to use CSV importer When managing your processes in Jira, there are many occasions where you need to create a lot of tasks. Creating them one by one will cost you a lot of time and effort and i...
Hello! In this article I would like to talk on the options to work with Salesforce from SIL. SIL is a programming language to automate actions in Atlassian Jira and Confluence. You can find more ...
...ree to voice your feedback for this feature (or your feedback for Next-gen, in general) on this thread. Check out our public roadmap for what's coming next: https://www.atlassian.com/software/j...
Hands up if you’d like to hear some good news right about now? (There’s certainly an abundance of bad news in the world right now. We hope you and your loved ones are coping well during this unpreced...
SIL is a programming language for automating actions in Atlassian Jira and Confluence. You can find more information about SIL here. I often meet code written in SIL and I would like to share with...
Jira automation users tend to miss out that smart values - development (i.e., branch, commit, pull request) are only available via the DevOps triggers. I was one of those, to be honest. Thi...
On March 26th 2020, many of you tossed curly questions at our Head of Jira Cloud Platform, Steen Andersson, during the Ask Me Anything (AMA). Well done! We love seeing the bright personalities of our...
Are you migrating from Jira Server to Jira Cloud (or vice versa)? The user interfaces are similar, but there are some differences to prepare for. In early 2020 Atlassian started incrementally delive...
Who doesn’t like a good shortcut? (Unless we’re talking about an unintentional slip of the hair clippers.) At Atlassian, we strive to create software that gets out of your way, lets you do stuff fa...
...econd, you can extend Jira’s capabilities with apps from the Atlassian Marketplace. The screenshot shows the add-on is available for all three hosting options. That’s not true for e...
Hi Everyone, I hope you’ve all had a chance to participate in our first-ever Remote Summit. We virtually laughed together, heard exciting product updates, conversed in the chat rooms, and watched s...
...stay updated on the progress of the release? We’ve set up a public Jira issue that you can watch to follow the progress of the release. I have a problem while using the issue navigator, how can I...
...We’ll be starting off with bringing the views you see on the right side of the issue on web. (We’re working with partners to make sure everything is tested and working before public release. C...
Intro and requirements The purpose of this workshop is to educate people from all levels of experience about how to work with Jira Software next-gen projects. Additionally, we’ll walk you through h...
...ddress to your newsletter system, for example, that needs to be clear. This is important for public instances and when you use Jira for customer support. Consider your audience As with e...
With the recent COVID-19 pandemic causing social distancing mandates and quarantines, many on-site businesses, schools, airports, and borders are closing. To remedy the situation, many are turning to...
The invention of the wheel made life immeasurably easier. Before wheels, what did we have? Slow stuff, I guess. Another life-changing invention (for Android users of the Jira Cloud mobile ap...
Hi awesome community, Today I would like to share with you so small topic about usage Garbage Collectors in production (GC Strategies). At the moment, most popular in Hotspot JV...
Hi awesome community, Today I would like to share with you so small topic about usage Garbage Collectors in production (GC Strategies). At the moment, most popular in Hotspot JV...
I had to prepare Atlassian Jira Data Center environment for performance testing according to this guide. One of the steps is to restore Atlassian backup to the Jira environment. After I restored...
....FUTURE && !sprint.active){ changed = true continue; } newSprintValues.add(sprint) } if (newSprintValues.size == 0) { n...
...o retrieve information about all exported services in the SIL engine. Let's use these services! BeanService.java @Named public class BeanService { @Getter private final KIssueService k...
This article is part of a collaborative series on Form Design. Previous articles covered Why Form Design Matters, Form Layout and Flow, writing Good Form Questions - Open Questions&nbs...
...t the available files in this folder (these files are provided as an example. If you develop you own add-on, you can remove these files). SayHello.java: public class SayHello extends A...
Hello! In this article I would like to talk on how to create your own routine in the SIL engine. Intro SIL is a programming language, created by cPrime, to extend Jira and Confluence functio...