Workflow.log does not contain my debug messages Follow
So i added debug("Test") as a first line of an rule.
Then i uploaded it to my YT server.
Then i checked that rule is updated there by opening it in progect setttings.
Then i changed some fields to active the rule.
THen i looked into workflow.log file and did not found my test string.
The rule is definetly had been executed because a saw that it made some changes to an issue.
So how make it work?
Then i uploaded it to my YT server.
Then i checked that rule is updated there by opening it in progect setttings.
Then i changed some fields to active the rule.
THen i looked into workflow.log file and did not found my test string.
The rule is definetly had been executed because a saw that it made some changes to an issue.
So how make it work?
Please sign in to leave a comment.
Currently, Workflow editor doesn't allow throwing debug messages in log.
Thank you.
yes, answer on this question is still interesting...
Any news?
Stanislav, if you're using JavaScript workflows, you can see the messages from console.log() in the Editor console: https://www.jetbrains.com/help/youtrack/incloud/Web-based-Workflow-Editor.html#workflow-editor-console-toolbar
Liubov, thank you!
I can do it now :)