I have a requirement to sent notifications from JIRA with the following conditions:
When the issue reaches Status X:
Based on the components that are selected for the issue, send to a corresponding group distribution for each component (we are using ldap groups).
Example:
Component 1 = ldap group 1
Component 2 = ldap group 2
Component 3 = ldap group 3
If issue has Component 1 & 2 selected and is transitioned to Status X, then send notification to ldap group 1 & 2.
Any suggestions on how to acheive this requirement?