About the issue sync pricing model or How to make life easier.
7 questions to ask your issue sync vendor – Part 2 – Autonomy
Autonomy is essential for any synchronization solution. This article shows some of the concepts of setting up a sync.
7 questions to ask your issue sync vendor – Part 1 – Flexibility
Looking to find a flexible sync solution for issue-trackers? Here’s how!
Dockerize JIRA with Postgres
Introduction I discovered a docker world not a long time ago. In our work, we face some testing routine almost every day. We need to test our product on different JIRA versions with different databases. Of course, we can have a … Read More
CRUD operations with Postgres JSONB
Introduction Nowadays, the most common way to transfer data is to use JSON (JavaScript Object Notation). But, in any case, we need to store the data on the server side. And here we have a choice to use either the … Read More