Blog of Polontech company

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

Home    —    Tip of the Week: How to Сheck The Custom Field Visibility on The Screen
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