How to test on-schedule rule?

I try to make console.log() by schedule, but nothing is written: 

0
1 comment

Hi!

I'm Sergey from the YouTrack team.

Thank you for contacting us. I'm happy to help you.

This indicates that the workflow either doesn't work or doesn't match any issues specified in the project. I suggest that you follow these troubleshooting steps:

  • make sure that the search query returns issues in the UI search
  • make sure the workflow is attached to the project you test it in, active and produces no errors
  • change the cron expression to 'every minute': 0 * 0 ? * * *

Once you cover these steps, test it again, wait for a minute, and check if there's any output.

0

Please sign in to leave a comment.