I would like to set an automation rule so every time I release a version a mail will be sent with the specific version name at the title and a link to the specific version page on JIRA.
can this be done, if yes, how?
Hi,
You can use this one to share the link to that specific version
"https://teresa11.atlassian.net/projects/SCM/versions/{{version.id}}"
teresa11.atlassian.net = Your Jira Instance URL
SCM = Your project key
Hope it will help
I've found how to take version name:
{{version.name}}
What I'm missing now is how to share the link to that specific version
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.