Blog of Polontech company

News, opinions, tips related to Atlassian products, Agile and ITIL

Home    —    Atlassian Connect and Spring Boot Sample
Atlassian boot connect - JIRA tip from Polontech

Atlassian Connect and Spring Boot Sample

Aleks Yenin
Posted by Aleks Yenin
November 2, 2016

Atlassian connect To get started with the framework, create a project from the Maven archetype by executing the following command: mvn archetype:generate -DarchetypeGroupId=com.atlassian.connect -DarchetypeArtifactId=atlassian-connect-spring-boot-archetype -DarchetypeVersion=1.0.0 Maven will ask you to define the groupId, artifactId, and the version for your new project. You will also be asked to specify the Java package for your source code, […]

read more
Weekly Tip

Tip of the Week: How to Get a CustomField

Aleks Zuevich
Posted by Aleks Zuevich
October 21, 2016

How to properly get an instance of a customField in java? There are some methods in CustomFieldManager interface to get CustomField by ID, text key or even by a certain customFieldName. However, this approach has some disadvantages as you need to know the ID or the key, which depends on the JIRA instance so you don’t […]

read more
Localhost & JIRA

Tip of the Week: Make localhost Available on the Internet

Aleks Zuevich
Posted by Aleks Zuevich
October 14, 2016

Quite frequently developers face the necessity of demonstrating their web-application to their colleagues. During the development process, we often use a local server to demonstrate some intermediary results which is often a tricky thing to do.   Things get even tougher when you need to check how your app works with the third party service. For instance, […]

read more