-
Fixing "readlink: illegal option -- f" error on a Mac
So, if you are a happy Mac user and facing problem with "readlink: illegal option -- f", then i have a simple solution for you : Install brew if you still don't have it. Run brew install coreutils Instead of readlink use now greadlink greadlink --help Usage: greadlink [OPTION]…
-
Fixing problem in Intelij IDEA with compiling classes in multi - maven project
Today i had to import multi-maven project from Eclipse to Intelij IDEA and it appeared that sometimes it can be problematic. So, i had couple of maven projects that has common parent pom file where main structure and dependencies are described. Besides that, it has dependencies from another project that…
-
How to write a custom JIRA plugin that will send email on custom field value change
So, as i described here it was decided to write a custom plugin that will acomplish concrete goal for our need : We have custom fields that has various values We need to send e-mail to specific people when custom field was modified with specific value Email should be sent only…
-
How to setup JIRA plugin Project in Intelij IDEA on Mac
As i said previously in my post i came to conclusion that i need to write my own custom JIRA plugin. To do that , we first need to setup project and make sure that it's possible to debug the code you write. I usually use Intelij IDEA for writing code…
-
Bash remote vulnerability fix for Mac Os users
As you may heard, there's a critical vulnerability found in bash recently. According to CSO A remotely exploitable vulnerability has been discovered by Stephane Chazelas in bash on Linux, and it is unpleasant. The vulnerability has the CVE identifier CVE-2014-6271. This affects Debian as well as other Linux distributions. The…
-
How to send e-mail on custom field change in JIRA
Currently i'm working as a Test Lead in a new company and we started to move from Bugzilla to JIRA. So it appears, that we have some custom fields and we needed specific behaviour for them - in case when field gets set to "?" or some other value…