
Tip of the Week: How to Сheck The Custom Field Visibility on The Screen
If you need to check if the custom field is visible on the screen you need to: Get issue type screen scheme for the issue project; Get effective field screen scheme for the issue type; Get field screen for the issue operation; Check if the field screen contains the custom field. public boolean isVisible(Issue issue, […]