Hi there,
I am struggling on an optimization I try to implement for my company's JIRA.
Current situation
We have some workflow steps that are not default/usual steps as for instance our bug issues also include a step for the testing and another one for merging the bug fix into production builds.
We would need to send the responsible for the step an automatic mail.
Currently we are doing this by a ScriptRunner snippet using a groovy script.
These are implemented either as listener or as transition post function.
It works but I do not find it a neat solution.
Vision
I would like to create two new JIRA events and build new .vm template files on our server so the native JIRA Notification feature can be used and modified in notification scheme.
However I like to have it localized as well.
Consider the following example from an existing JIRA mail template:
#defaultMailHeaderWithParam("jira.email.assigned.issue.to", $changelogauthor, "#authorlinkkey($issue.assigneeId $linkstyle)")
Myself I now would like to create a new locale like jira.email.assigned.issue.totester and allow to have this translated in English and German.
Issues
...and now?
Is there maybe a better solution to accomplish this idea? Do I maybe need to create a simple JIRA plugin for this purpose? Or should I add a new feature request to Atlassians's own JIRA?
Any suggestions / support will be appreciated.
Thank you and Cheers
Alex
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.