Forums

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

Email notifications for workflow events that look like Jira Service Management email notifications.

Tristan Fesmire
May 26, 2021

I can not find a way to enable email notifications for a work management project that mirrors the service desk email notifications. I can of course build custom emails in the automation tab but I would like to use the same template that is used for the service desk email similar to the image I attached. Does anyone have any way to fix this? 

 

image.png

2 answers

1 accepted

0 votes
Answer accepted
David Maye
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 19, 2013

You can look at my.atlassian.com and find out how many users your evaluation for Confluence is for (just to double check). Otherwise, you may have default application access setup to allow Confluence.

1 vote
HosseinA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 18, 2013

Hi David,

In order to identify the users, you may run the query below against your Confluence database.

SELECT
o.list_index,
d.active,
d.id as DirectoryID,
d.directory_name,
d.directory_type,
u.id as UserID,
u.user_name
FROM
cwd_user u
JOIN cwd_directory d
ON
u.directory_id = d.id
JOIN cwd_app_dir_mapping o
ON
d.id=o.directory_id
ORDER BY 2 DESC, 1 ASC;

Hope this helps.

David Ghoussoub
November 18, 2013

Hi Hossein,

Does this apply to the onDemand version of Confluence? How would I run the above SQL statement?

Dave
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 18, 2013

This isn't possible in OnDemand

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events