Last week we rolled out a new feature to Jira Service Desk that adds the ability to download all attachments from an issue. From the action menu in the top-right of a Jira Service Desk issue select...
本記事では、2020年5月28日にアトラシアンが主催したWebセミナー "無料ではじめる!リモートワークのためのJira/Confluence/Trello入門" にて頂きました質問とその回答をまとめました。 Question Answer 無料なのは良いが、セキュリティ面は安全なのでしょうか? はい、安全です。当社の Cloud 製品にはセキュリテ...
Jira is a flexible tool used for project management and issue or bug tracking. We have recorded “Jira Basics” – a series of videos to help you get started. As Jira experts, we know exactly what you n...
JQL (Jira Query Language) is a powerful tool which allows you to base your search on criteria that you can’t specify in the basic search. The basic search provides the possibility to do this search w...
Actonic presents a series of videos on Portfolio for Jira – the most popular tool for project planning and roadmapping. In these videos, we’ll walk you through the main features of this add-on a...
Hi Atlassian Community, We know you love the Roadmap on next-gen, and we’ve heard a lot of feedback that you also want a better way to plan your Backlog… introducing the epic panel on next-gen! ...
Hello! We had a question in Moscow Atlassian User Group, how to make wiki markup be well formatted in a email using SIL. Problem Suppose, we have an issue in Jira with a table in the descrip...
tl;dr Today we are super excited to announce Advanced Roadmaps for Jira Software Premium. If you’re already a Jira Software Cloud customer, you can test drive Advanced Roadmaps 1 month for free by st...
...First, let's develop a program in SIL which will cause an infinite loop. Here is the text of such a program: while (true) { string a = "asd"; } Run this program in the SIL Manager and it w...
Hello! We had a question in Moscow Atlassian User Group. Here is the question: This code does not work in Atlassian Jira 8.8.1 <script type="text/javascript"> var customfield_11123...
To be deleted
...ile: version: '3' services: jira: image: idalko/atlassian-jira-software environment: - DISABLE_NOTIFICATIONS=TRUE - JIRA_ARGS=-Datlassian.plugins.enable.wait=300 - J...
Like any software company, we want to keep our engineers focused on developing new functionality. But we know that some of their time will also need to be used to deal with bugs. We eventually ...
The Atlassian ecosystem is one of the great features of using Atlassian tools. There are thousands of apps created by third-part developers that implement solutions for an almost unlimited number of ...
Teamwork is an important element of the modern workplace and two of the best tools to enhance collaboration and cooperation are GitHub and Jira. While GitHub allows writing code with fellow colleague...
TL;DR Project admins of next-gen projects on Jira Software and Jira Service Desk can now customize the configuration of email notifications to the specific needs of their project. This feature all...
...verwrite>true</overwrite> <resources> <resource> <directory>../frontend/dist&l...
...mps.version}</version> <extensions>true</extensions> <configuration> <productVersion>${jira.version}</productVersion&g...
Hello! In this article I would like to provide a solution on how to use React and Atlaskit in Atlassian Server/Data center apps. Intro Currently, if you develop an app for Atlassian Sever/Da...
Hello everyone. I hope everyone is safe and well in this trying times. I want to talk about Pomodoro technique and how you can adapt it to your teams in this article. Pomodoro Technique...
How does Jira ordering work? What happens when users prioritize issues differently or on different boards? How do I know if ordering is functioning correctly? Answer Jira provides a way to order an...
As a Jira administrator, sometimes you need to get down to the OS level to figure out a performance issue. For many of us, OS-level work is not our strength; after all, we are Jira administrators and...
Hey there, Atlassian Community! You might have heard of our no-code automation engine in Jira. We just shipped an update to one of its most popular features, the Issue fields condition. For th...
Part 3 In part 3 we defined data which are needed to run tests for Jira. That is why I created Scrum Software Development and Kanban Software Development projects in my empty Jira and ran again: ...
...bsp; with open(filepath, "wb") as f: r = requests.get(marketplace_download, verify=False, allow_redirects=True, stream=True...