Do you want your Jira issue information to be displayed in an "impossible" way, but it's just not available in Jira itself or any Marketplace app you've tried? Do you want something that's more tha...
Jira Labels are a dynamic way to add tags or keywords to your issues to let you categorize and track them more flexibly than by assigning version numbers or components. In this article, we’ll ...
We agree with Atlassian Presents Unleash: Tools alone don’t create culture. It’s the combination of people, practices, and tools that does. But what does this so-called “dev culture” fee...
Working in software development can be pretty demanding for all team members. Collaboration on different projects and open communication streams can basically make or break their work. Any lag in res...
Update: August 2nd, 2023 Thank you to everyone who registered and joined our webinar last week! We hope it was helpful to you! The webinar is now on-demand and can be w...
Mardi 28/03/23 14h-15h (on-line) Deux sujets deux ambiances technique et fonctionnelle Paul "Kering Group" nous présentera l'intégration faite maison bidirectionnelle JIRA ↔ ServiceNow et ...
...ommonly referenced assets to the Related Work section, such as analytics dashboards, blog posts, and release notes, to keep your multidisciplinary team aligned on release objectives, goals, and progress....
It’s been just over a month since we launched The Hub, by Appfire. The Hub is your ultimate destination for tips and tricks, how-to’s, original shows, product guides, curated content from the A...
Hi folks, one of my customers is looking for a JIRA Developer. Main duties of this role: work on JIRA based projects at customers in the finance/bank area Customizing with Plugins (mostly S...
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...
First, some statistics: over 600,000 people visited the Atlassian Marketplace website in May-October 2019 and spent on average 4 minutes per visit. The majority of these people were looking...
...here are any known, publicly disclosed, vulnerabilities Also, keep in your mind it is not deep analysis, instead of using static code analyzers Sonar, PVS studio, but it provides a good overview and p...
Hi! Nowadays, we see Java releases starting to be faster, which was motivated by Oracle. Maybe it's good for new systems, maybe bad for "blood" ;) Enterprise. It is mostly funny resea...
Hi awesome community, In this article, I would like to share with you a small tips and tricks related to analyzing heap dump using Yourkit. First of all, disclaimer: all things should be tested on ...
Hi, warm community! Today I want to describe small built-in tool JFR (Java Flight Recorder). How to use the Java Flight Recorder and make a snapshot. Let's investigate our instance. Fi...
...ontact us at support@deviniti.com or via LiveChat at our Support webpage. Also published on Deviniti blog and LinkedIn.
The team here at cPrime has just released a new SAFe epic to feature (E2F) translator for Jira which helps to complete SAFe implementations by translating native Jira terminology (“epics”) into termi...
...; /** * A resource of message. */ @Path("/message") public class MyRestResource { private static final Logger LOG = LoggerFactory.getLogger(MyRestResource.class); private final EpicService e...
...u.matveev.alexey.plugins.spring.api; public interface HelloWorld { String getMessage(); void setMessage(String value); } HelloWorldImpl.java: package ru.matveev.alexey.plugins.spring...
...ebug messages with the values of variables. Let's see the contents of the UtilHelper.groovy file: package ru.matveev.alexey.main.helpers import java.util.Random public class U...
Everything below is tested on Ubuntu 17.10. I prefer to use Jira in a docker container because: 1. I can install Jira with a couple of commands. 2. I can start and stop Jira just by starting and s...
In this article I would like to examine three ways to update an issue in Jira, using Jira Java API. I tested all the code, provided in this article, in Jira 7.7.0 and Adaptivist ScriptRunner 5....
Some add-ons introduce generic functionality that may be useful across Atlassian Server products. Rather than maintaining duplicate code for each product, you can create a genric add-on that ru...
Copied to clipboard