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?
Hi Stefan,
If you haven't changed the Work Sub-filter of the board, you should check whether the stories still belong to a specific Fix Version/s which has not been released yet. Please take note that all Fix Version/s must be released for the stories to be cleared off.
Cheers
Hello,
I have checked and all the stories from the release have their status accepted and do not depend on a different storie. There is a possibility that I can not do the Release because the column DONE is named LIVRAT / ACCEPTAT?
Best regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stefan,
I don't think the column name matters as long as it's still the rightmost column in your Kanban board. And I don't get what you mean by "The last status of the user stories is Fix Version/s". Fix Version/s should be a field and not a status. What I'd like you to check is:
Please take note that all Fix Version/s must be released for the stories to be cleared off.
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.