Email Notification

Raj7974
Level 2
Email Notification

How can I fetch timestamp when email feature is enabled in scenario of each project

0 Kudos
1 Reply
AlexT
Dataiker

Hi, 

You could check the git history from the Scenario -> History and look for the actual commit which will have timestamp and reporters section being added there. You can also use git command line from the project directory DATADIR/config/projects/PROJECT_ID.  e.g  git log --walk-reflogs --grep-reflog="Saved scenario"   -p -10 and look for when reporters was added. 

Screenshot 2021-07-01 at 11.18.47.png

Screenshot 2021-07-01 at 11.06.07.png

0 Kudos