Youtrack Workflow - Summary of Issues on Shedule Rule -


i'm struggling web based javascript workflow editor in youtrack. trying achieve create summarized list of tasks current project worklog times sums , send project leader. unfortunately cannot achieve that. i'm not familiar syntax , documentation pretty weird, maybe of folks can me out.

ok, lets explain did:

  1. i created sheduled workflow , attached project
  2. starting coding

now im facing different problems. first dont receive message. workflow should fired every minute (for testing) because of cron:

  cron: '* * * * * *', 

the next thing search rule dont know if right:

 search: 'work time: {this month}', 

here want issues work time tracked month

then next question how access tasks, loop thru them , make operations summ worktime.

at least complete code

enter image description here

what want achieve, sending mail following content:

  • jt-42622 3,5 hours worktime tracked
  • jt-xxxxx 2h
  • jt-xxxxx 3h

summ: 8,5h worktime out of xxx estimated


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -