Script Runner newbie who needs help. (thrown into deep end of pool)
I am learning script runner as fast as I can for work but I am stuck.
I have a customized field that if true, then JIRA sends an e-mail when the issue is closed.
SO should I check that the status is closed and then if the custom field is true?
Try set on closing tranistion event that your listener will be waiting for. Then you will be checking only if issue is from certain project.
You can also create a custom event used only in specific project. Then you don't need check issues project in condition.
Regards,
Seba
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.