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

0
6 comments
Avatar
Liubov Melnikova

It seems that that workflow is missing the update of the work type field. Could you please try to add it?

0
Avatar
Permanently deleted user

Sorry, I did not know what to do?

0
Avatar
Liubov Melnikova

Could you please let me know, what's the name of the workflow that you're using?

0
Avatar
Permanently deleted user

I use modified `Work Timer`. Source: http://rmrevin.com/jetbrains-youtrack-workTimer.zip

0
Avatar
Permanently deleted user

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.

 

1
Avatar
Permanently deleted user

Thanks. Work fine.

0

Please sign in to leave a comment.