We are using the ‘JIRA email this issue‘ add-on to send various types of emails to our contacts. One of the drawbacks of using JIRA mail is that every email is prefixed with a fixed string, and it is … Read More
Effortlessly Embedding HTML Forms in Confluence Pages
Introduction A customer called with the following problem “Hi iDalko I need to create a very simple form which collects some data from the user, do some calculation on it and show the result in the same page. Is this … Read More
Managing Field Visibility in JIRA: How to Ensure All Fields on Screens are Visible in FieldConfig
Creating a project configuration with over 500 custom fields can be a daunting task in JIRA. To simplify the process and avoid potential errors, a more efficient approach is required for managing field visibility. This short article explores a simple … Read More
Streamlining JIRA Instance: How to Extract Commercial Add-Ons
Introduction Today I had to update a zillion licenses of commercial add-ons in different instances. As being a lazy consultant who likes to use a command line instead of a mouse, I decided to check if I could use the … Read More
How to Calculate Days between Issue Creation and Resolution Date in JIRA
Introduction Assume you want to watch how long it takes (on average) to resolve issues. JIRA is providing quite a number of reporting options like the Control chart report and much more. But these are pretty complex things to grasp, … Read More
Use Case: Updating Host File with IP Addresses of Host-Running Containers
Introduction We are using BIRT extensively for reporting from our Atlassian JIRA. The BIRT viewer is a tomcat application that will use a design file to turn raw data into documents or pdf files. But now we got this … Read More