Workflows jetbrains-youtrack-workTimer
Hi,
I have updated youtrack default work flow "Workflows jetbrains-youtrack-workTimer" to record the time when card is moved from "InProgress" to "Open", "Reopened", "Submitted"
Attached are the work flows.
Now the issue i am facing is, whatever time is recorded using WorkTimer workflow is not being considered in the TimeReports
Any Idea what setting we have to do?
I have updated youtrack default work flow "Workflows jetbrains-youtrack-workTimer" to record the time when card is moved from "InProgress" to "Open", "Reopened", "Submitted"
Attached are the work flows.
Now the issue i am facing is, whatever time is recorded using WorkTimer workflow is not being considered in the TimeReports
Any Idea what setting we have to do?
Please sign in to leave a comment.
It's better just add conditions with the or operator: State.becomes({Fixed}) || State.becomes({Open}) || State.becomes({Reopened}).
Time is getting recorded under "Spent Time" but the "Time Report" is not considering the Spent Times added by workflow - Worktimer
If we manually add the time under "Spent Time" it is getting considered by the "Time Report"
I have added more rules for State.becomes "Open", "Submitted" and "Reopened".
I don't see adding more rules is issue.
The issue is time auto recorded under "Time Tracking" by "Workflow Worktimer" is not getting considered in the Reports.
If we manually add timer under "Time Tracking" than it gets considered.