When Release done, by automation rule, lira send email what task were completed.
I write body of mail myself.
{{issues.key}} have been released.
how to make {{issues.key}} linked? (when I click on it, go to this issue)
Hi @Виктория ,
Thanks for your question. If I understand correctly, you want to send an email but actually have a hyperlink to {{issues.key}}
To do this, you need to use this: <a href="{{issue.toUrl}}">{{issue.key}}</a>
Or to show you what it looks like it context:
Hope this helps!
John
thank you so much! but it works only with one issue. the second I can`t link in the mail.
It`s in one line and when I press I go only in one (the first one) issue.
can we make body looks like this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@John McKiernan - He is returning multiple issues with his query - basically all of the issues in a release. So he is wanting to show a link for each separate issue. But that's not how the rule is returning the "list".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hmmm I'm not too sure with this one @Виктория
Might be a good one to put through as a support request so one of the engineers can have a deep dive in.
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.
It looks like it is trying to create a link for two issues at the same time. Are you returning more than one issue?
Can you share a screenshot of your rule? And of the Email section detail of the rule?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @John McKiernan - This is one of those for the Webinar in my opinion. It is pulling back multiple issues from the release, but instead of listing each one separately in the body of the email with a link, it appears to be simply listing each issue key at the end of the link.
Can you help @Виктория out and consider it (and other bulk return type functions) for the next webinar?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the perfect example - Thanks @John Funk !
We must have you as a guest star on one of the webinars soon :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The fame might go to my head lol. But that would be awesome!
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.