Viacheslav Bachynskyi

- Total activity 130
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 36
-
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... -
Edited [RESOLVED] toLocaleString with timeZone does not work?
Hi, I have two time/date fields and I'm trying to change timezone for the second field to show different timezone's time, but it seems that timezones does not work at all. Is it a bug or feature? H... -
Edited [FIXED] Problems with SLF4J
Hi, After updating to the latest version, the following errors appeared at startup: Starting YouTrack... * Configuring JetBrains YouTrack 2023.1 * JetBrains YouTrack 2023.1 runtime environment is ...