I have a project with a manual rule. When triggered, if certain criteria are met, it emails certain data points from the issue to users who need that information.
I would like to be able to log information about the execution history of the rule in a place where non-project admins can view it, preferably without cluttering up the comments on the issue.
Is there a way to add values to the Activity Log? In this example, it would be great if it could show the following scenarios:
If the activity log can't capture something like this, is there a viable alternative?
Thank you!
Your rule could make a change to a custom field, such as a text field, noting the most recent execution, and that would appear in the issue's history.
To do both the paths you describe (sent the message or did not send the message), the rule would use an if / else block to handle both.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.