Home
YouTrack Support | JetBrains
Contact Support
Community
Sign in
Viacheslav Bachynskyi
Total activity
128
Last activity
September 23, 2024 15:00
Member since
May 05, 2022 17:15
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
35
Activity overview
Posts (28)
Comments (64)
Sort by recent activity
Recent activity
Votes
Created
November 06, 2023 10:58
Hello,thank you! 🙏🏻
Community
Workflow: Questions & Answers
[BUG] 'required' does not work in HelpDesk project
0 votes
Created
October 27, 2023 15:40
Hi,I mean that this method works as intended. In every single project. Except HelpDesk-type projects.
Community
Workflow: Questions & Answers
[BUG] 'required' does not work in HelpDesk project
0 votes
Created
October 03, 2023 12:44
Hi,This method works fine in all projects, but not in the HelpDesk type project. Why?
Community
Workflow: Questions & Answers
[BUG] 'required' does not work in HelpDesk project
0 votes
Created
October 02, 2023 17:10
Hello,On the contrary, this message is exactly an unexpected result; the expected result should be a modal window.ctx.issue.fields.required(ctx.Test1, 'dfgdfg');
Community
Workflow: Questions & Answers
[BUG] 'required' does not work in HelpDesk project
0 votes
Created
September 19, 2023 12:21
Hi,yes, but it does not work:npm i --save-dev @types/jetbrains__youtrack-scripting-apiI also tried to install this package, but it seems a bit outdated.
Community
General Questions
Editing workflow with VS Code: Could not find a declaration file for module '@jetbrains/youtrack-scripting-api/entities'
0 votes
Created
September 14, 2023 15:48
Hi,If the field uses different Bundle, the correct (working) code looks like this:newDraftIssue.fields[ctx.DC.name].add(v.name);It turns out that the add() method can accept not only an object, as ...
Community
Workflow: Questions & Answers
Propagate values between issues
0 votes
Created
September 08, 2023 19:00
Hi,I'm trying to copy values to draft (as described here) but my code does not work:const issue = ctx.issue; const project = ctx.rhaproject; // const user = ctx.currentUser; // Create Iss...
Community
Workflow: Questions & Answers
Propagate values between issues
0 votes
Created
September 04, 2023 14:00
If you block this possibility, it will break our entire development, which lasted more than two months… And we will be forced to stop using YouTrack and agent licenses.
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
How can I create a draft via API on behalf of Reporter user?
0 votes
Created
September 04, 2023 13:57
We can create issue from draft on behalf of Reporter (client), this also works fine:curl --location 'https://test.com/api/issues?draftId=2-2338' \ --header 'Content-Type: application/json' \ --head...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
How can I create a draft via API on behalf of Reporter user?
0 votes
Created
September 04, 2023 13:55
Hi,we can create token for the Reporter:curl --location 'https://test.com/hub/api/rest/users/reporter-user-id/permanenttokens' \ --header 'Content-Type: application/json' \ --header 'Authorization:...
Community
REST API (Integrations and import form third-party tools included): Questions & Answers
How can I create a draft via API on behalf of Reporter user?
0 votes
«
First
‹
Previous
Next
›
Last
»