Viacheslav Bachynskyi
- Total activity 125
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 35
-
Viacheslav Bachynskyi commented, -
Viacheslav Bachynskyi created a post, How to track reactions in workflow?
Hello,Is it possible to track reactions to a comment via workflow?I tried to do this with this script:const entities = require('@jetbrains/youtrack-scripting-api/entities'); exports.rule = entities... -
-
Viacheslav Bachynskyi commented, -
Viacheslav Bachynskyi created a post, [RESOLVED] How to check if a value exists in an enum list?
Hello,I have an enum list, it's very large, is there any way to check if there is a value in the list other than looping through all the values in the list? As in this example: issue.fields.Na... -
Viacheslav Bachynskyi commented, -
Viacheslav Bachynskyi created a post, Previous value of workItem
Hello,ctx.issue.editedWorkItems contains edited workItems. But how to find out the previous value of workItem that was before the change?Thanks -
Viacheslav Bachynskyi created a post, Displaying a list of tasks with data from field with a negative range
Hello,I have a field of type Integer. I can output tasks where the value is less than zero with the following filter:has: Figures and Figures: * .. 0How to display a list of tasks with Figures in a... -
Viacheslav Bachynskyi commented, -
Viacheslav Bachynskyi commented,