Requirement : Send email notification when a new Test Cycle is created prefixed with "MyProject_TestCycle_"
I have an Automation project that creates a Test Cycle using ZephyrScale API.
Now, I need to send an email notification when a new Test Cycle is created. I learned that JIRA Automation do not have control over Test Cycle.
How do I achieve it?
P.S. I know we can do it using SMTP in my Automation project, but my boss does not want to implement it that way.