Hi Team,
We want to consolidate details of notification sent email from JIRA.
<th>EVENT_TYPE_ID</th><th>notif_type</th><th>NAME</th><th>DESCRIPTION</th>1 | Current_Assignee | Issue Created | This is the 'Issue Created' event type. |
We were able to get above data from below query.
select * from [jiraschema].[notification] t1 join [jiraschema].[jiraeventtype] t2 on t1.event_type_id = t2.id
Further, we are looking for Date when notification email sent.
Please let us know if it is possible. We have to send statistics to sr. management.
Thank you,
Datta Borude
*Atlassian Team Answered*
Hello Datta,
Thank you for contacting Atlassian Support and very nice to meet you.
I believe that it is not possible to retrieve the date of when the notification is sent out. We do are able to get the date of when a transition is happening which should sent out a notification, but this only include the transition update not updated or assign. I have took a look on the database schema, but so far I could not found such column in any table that are related to the notification table. If you would like to check the database schema, you may access the link below:
Also, we might not the best person to ask about SQL queries as our knowledge is limited and it is out of our Support Scope. I have noticed that you already raised a question in our community forum which is great as there might another user who are able to give you hint or able to retrieve the necessary data from it.
If you would like to, you could get the necessary information in the JIRA outgoing logs which is in JIRA Home Folder > log > atlassian-jira-outgoing.log.
I hope this information at least could help you.
Best Regards,
Julian.
Thanks Sumit but I want to create report for year. :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
instead of looking into database check for "atlassian-jira-outgoing-mail.log"
Thanks,
Sumit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any suggetion?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.