Viacheslav Bachynskyi

- Total activity 130
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 36
-
Edited [BUG] The 'required' function does not work properly on Agile Board
Hello,I have a simple script:const entities = require('@jetbrains/youtrack-scripting-api/entities'); exports.rule = entities.Issue.onChange({ title: 'QA check', guard: (ctx) => { return ctx.is... -
Edited [BUG] 'required' does not work in HelpDesk project
Hi, ctx.issue.fields.required(ctx.ExtUserMulti, 'Please, choose users.'); This method works fine in all projects, but not in the HelpDesk project. Is this a bug or a feature? -
Edited [RESOLVED] Is it possible to use a project key instead of its name?
Hello,Is it possible to use a project key instead of its name? requirements: { targetProject: { type: entities.Project, key: 'CS' } }The above code causes an error:The targetProje... -
Created Editing workflow with VS Code: Could not find a declaration file for module '@jetbrains/youtrack-scripting-api/entities'
Hello,I'm trying to edit wofkflow code with Visual Studio Code and getting the following error:Could not find a declaration file for module '@jetbrains/youtrack-scripting-api/entities'I read this a... -
Created Slack app not working for some users
Hi,I've approved the YouTrack app as a Slack space admin, but it still doesn't work for some users. The error is the following:“To enable notifications, first authorize the app with your YouTrack”.... -
Created How can I create a draft via API on behalf of Reporter user?
Hi,How can I create a draft via API on behalf of Reporter user?curl --location 'https://site.com/api/issues/XX-123/draftComment?fields=id' \ --header 'Content-Type: application/json' \ --header 'Au... -
Edited [RESOLVED] How to avoid running script for parent Issue?
Hello, I have a script and it is very simple. It checks if the current user is an Assignee. The problem is that the script is run both in the current Issue and in the parent Issue if the current Is... -
Edited [RESOLVED] Cannot change state in workflow
Hello, I need to change State state, but it doesn't work. I don't get any errors, just nothing happens. /* eslint-disable */var entities = require('@jetbrains/youtrack-scripting-api/entities');var ... -
Edited [RESOLVED] How to add users to Watchers?
Hello, I'm trying to add multiple users to Watchers, but I can't. Here's what I've tried. What am I doing wrong? function uAddWatchers(username) { //console.log("Username: " + username.log... -
Edited [RESOLVED] Is there a way to get Custom Fields data from user's profile?
Hi, Is there a way to get data from "customAttribs"? I can get login, fullName, email and so on. ..."customAttribs": "[{"$$type": " CustomProfileAttribute", "name": "Position"},{"$$type": " CustomP...