1. 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]…

    on macosx error readlink greadlink

  2. 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…

    on intelij_idea IDEA maven multi maven project

  3. 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…

    on java jira custom_plugin sendemail github

  4. 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…

    on java jira custom_plugin intelij_idea setup atlassian brew

  5. 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…

    on macosx bash vulnerability CVE-2014-6271

  6. 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…

    on jira custom_plugin scriptrunner sendemail