Tag: custom_plugin

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

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

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