Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring daily task reminder to user

Ouioui Zhou
Contributor
March 7, 2022 edited

Hi there, i would like to configure an daily email notification to myself for my open task list.

I set the automation rules as below.

 

擷取.PNG

Email Content (refer to the https://www.atlassian.com/software/jira/automation-template-library/rules#/rule/1357105)

<table>
{{#issues}}
<tr>
<td>{{key}}</td>
<td>{{summary}}</td>
</tr>
{{/#}}
</table>

 

However the rule got some errors as below.

擷取.PNG

Is there anyone who could help me amend the codes?

Thank you so much!

 

1 answer

1 accepted

4 votes
Answer accepted
Mohamed Benziane
Community Champion
March 7, 2022

Hi @Ouioui Zhou 

Can you try this :

<table>
{{#lookupIssues}}
<tr>
<td>{{key}}</td>
<td>{{summary}}</td>
</tr>
{{/}}
</table>
Ouioui Zhou
Contributor
March 7, 2022

hi @Mohamed Benziane  it works!!! great thanks. btw do you know whether i can make the issue key clickable? Click to open the issue ticket. 

Mohamed Benziane
Community Champion
March 7, 2022

You can use the href html tag like this

 

<table>
{{#lookupIssues}}
<tr>
<td> <a href={{url}}>{{key}}</a> </td>
<td>{{summary}}</td>
</tr>
{{/}}
</table>
Like Ouioui Zhou likes this
Ouioui Zhou
Contributor
March 7, 2022

Got it. great thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, aafp, jira migration, marketing collaboration, end siloed work, streamline workflows, kerrie gottschalk, jira cloud admins, unified marketing, process visibility, team efficiency, cross-team collaboration

How Kerrie Gottschalk unified AAFP’s marketing team with Jira

At the American Academy of Family Physicians, siloed marketing teams faced delays and duplicate work. Kerrie Gottschalk shook things up by moving the department to Jira, streamlining processes, boosting visibility, and sparking stronger collaboration.

Read the story
AUG Leaders

Atlassian Community Events