How to find when a plan was created in Bamboo and by who?

Ashwini Thillai April 20, 2015
 

1 answer

0 votes
rsperafico
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 21, 2015

Hello Ashwini,

Thank you for your question.

You could get this information from audit logs by running the following against your database:

SELECT * FROM `AUDIT_LOG` WHERE `MSG` = "New Plan created"
SELECT * FROM `AUDIT_LOG` WHERE `MSG` = "Plan has been created."

 

If you find this answer useful, I would kindly ask you to accept it so the same will be visible to others who might be facing the same issue you have inquired.

Thank you for your understanding.

Kind regards,
Rafael P. Sperafico
Atlassian Support

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events