Work item type in workflow
Why in the workflow does not work "work type"?
If I apply the command `add work development today 25m` in interface youtrack, then everything works fine.
Result
But if I run this command inside the workflow, the type of work is not considered. Why is that? Where can I read about the limitations of workflow?
Result
Please sign in to leave a comment.
It seems that that workflow is missing the update of the work type field. Could you please try to add it?
Sorry, I did not know what to do?
Could you please let me know, what's the name of the workflow that you're using?
I use modified `Work Timer`. Source: http://rmrevin.com/jetbrains-youtrack-workTimer.zip
Roman,
The problem is in default localization entries (l10n (...)). These entries are actually only the presentation of the localization key, while the actual string is stored in YouTrack database. Basically you never need to use these entries in your own workflows, because in custom rules you always know your language.
So, please, replace all the l10n(...) entries with usual strings.
Thanks. Work fine.