Viacheslav Bachynskyi

- Total activity 130
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 36
-
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 [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] 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] 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 ... -
Created Backup does not work
Hi, "YouTrack encountered a problem when creating a backup of your database: Blob file /opt/youtrack/data/youtrack/blobs/3/41.blob expected length is 78463 but actual is 86701" And now I cannot mak... -
Created Is it possible to search for values or descriptions in an enum list via API?
Hello, Is it possible to search for values or descriptions in an enum list via API?