our project has a customized status called DBA steps failed. I would like to send a mail to QA and ops team once this status appears
We did this but it was for when a ticket was ready to be merged into a release branch in Git. Specifcally we wanted several people to be notified who aren't always watching the ticket.
So, when a ticket got verified and transitioned into the status of "Ready for Release Merge" we got emailed. I did this by:
However, this is for a Project with a Custom Workflow & Notification Scheme.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
check this document for to know how to configure custom events
https://developer.atlassian.com/display/JIRADEV/Mapping+custom+events+to+new+email+templates
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Beside what Daniel said, you could create an own event "DBA Step Failed" and fire that event in your post function of the transition into this status. In your notification scheme add the QA- and ops team- member (preferably as groups or roles) to this event.
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.