Leonid

Work in Haulmont
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Leonid created a post, Getting field with two words
Getting field in workflow look like "issue.fields.Reviewer".But I have a field "Fun Review". How I can get it? Editor offers "issue.fields.Fun Review" but it is incorrect. -
Leonid commented, -
Leonid created a post, AnsweredSimultaneous processing of all issues in one action
In particular on-schedule rules. In one action we processing only one issue. After this action will be called again with processing next issue. Can I processing all issues in one action? What do I... -
-
Leonid created a post, How to start on-schedule rule?
It should write "test" on console every five seconds? But it's don't. var entities = require('@jetbrains/youtrack-scripting-api/entities'); exports.rule = entities.Issue.onSchedule({ title: ...