Hello - I am setting up a Project Automation Rule to send a daily email with a list of open issues with a specific criticality.
I tried to use the format highlighted in the webinar for the other week, but I cannot get my Issue Key to be hyperlinked.
When I use the below syntax I get a blank email
{{#lookupIssues}}
* <{{url}}|{{key}}>
{{/}}
When I remove the <> and use the below syntax I get an email that bullets out the full URL | then the issue key.
{{#lookupIssues}}
* <{{url}}|{{key}}>
{{/}}
I am trying to get it so the Issue Key itself is hyperlinked. Any ideas?
Natively, Jira is not very adept at sending notifications to email addresses that are not also user account addresses. So if you are looking to send out these notifications to specific addresses that are not part of the watchers/reporters/assignee/etc, I would suggest the use of a 3rd party plugin to Jira that is better suited to accomplish this.
I believe that the Email this Issue plugin can do this. However there could easily be other plugins in our marketplace that might have this same functionality.
Thanks for your reply Andrew. I achieved this by following these simple steps:
1. Create a new user group.
2. Add all the email addresses where I wanted to send communications. I actually didn't mention about the possibility to create a dummy user for each address in my question. Sorry for that :-)
3. Create a custom event that triggers on the required transition to send a notification. Add user group as a receiver of communication.
Hope this helps someone else.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am also in same issue, Can you elaborate this please..
Mainly 3rd point ? where I need to create custom event ? Were to add user group?
Thanks.
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.