You can find Part 1 here. I briefly explained the jira.xml file. Let's sum it up. We have 6 sections in our jira.xml file: settings - we define our settings here. You need to change...
...section in the Taurus configuration file. This section contains a list of classes to load and the settings of these classes. jmeter: version: ${JMETER_VERSION} detect-plugins: true m...
Today, I want to share my opinion about some improvements in the plugins directory, it’s continued article of OWASP dependencies checks (link). As we know last time Atlassian start by design t...
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 ...
Hey all you cool cats and kittens, My name is Bryan Lim and I'm a Product Manager working on Jira Software Next-gen. I hope everyone is staying safe from coronavirus. We've listened to your...
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...
Hi Atlassian Community, I am excited to share that we are adding the project issue navigator to next-gen projects for Jira Software Cloud. Issue navigator is one of the most actively used feature...
What an extraordinary world we’re all living in right now. No-one could have predicted the working world to shift so dramatically to remote-first, or under such challenging circumstances, and we un...
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...
This is the next article in our series on Form Design. Previous articles include: Why Form Design Matters Form Layout and Flow Good Form Questions - Open Questions Good Form Questions Part...
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...
Hello! In this article I would like continue my story on developing your own custom routines for the SIL engine. You can find my pervious article here. In this article we will talk how to ma...