Hi!
I am working on the fully migration onto Raley notifications from standard notifications scheme.
Could you help me with settings TO:
I want to send email to assignee, reporter, watchers and developers if issue created event.
So 3 items (assignee, reporter, watchers) if pretty easy input into TO field.
How about to put a project role into role ?
As workaround I thought about the group, but it's so hard to configure via group
$jirassimo.groupEmails("JIRA_GROUPNAME")
I want to achieve the next things:
1. Universal notification schemes (everything managed via roles)
2. Flexible rules
3. Smart headers
Cheers,
Gonchik Tsymzhitov
Hi Gonchik,
We'll add project-based roles notifications feature soon. Hopefully, by the end of this week.
Please keep an eye on updates.
Cheers,
Vlad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for release.
I've update to new release today.
I can't find project role setter :( Could you help me, please?
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's not pick-able from the combo, but you rather need to write an expression like the following:
$jirassimo.getProjectRoleEmails("PROJECT_ROLE_NAME", "YOUR_PROJECT_KEY")
This statement will return a comma-separated list of all users who have specific role in specific project.
Documentation update is on the way :)
Vlad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Could you add also add a new feature into documentation please?
#set(${projectKey} = $issue.fields.project.key)
$jirassimo.getProjectRoleEmails("PROJECT_ROLE_NAME", ${projectKey})
Because that's really nice replacement of Built-in Jira functionality?
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure, here's the updated documentation on this feature:
https://wiki.raleyapps.com/display/RAL/Notifying+project+roles
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.