Hi, all
In the watcher, we want to send a email to user with the JIRA issue number, which create by the same action in the watcher.
That means we want to this workflow.
- run a alert;
- create a jira issue in action section after firing;
- get the jira issue number returned;
- sent a email to notify the user include the url for the jira issue;
Can I do it?
Thank you