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:
- i created sheduled workflow , attached project
- 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
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
Post a Comment