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
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
Edited
August 31, 2023 17:15
Hi,I have a script that depends on two fields, State and Test1.const entities = require('@jetbrains/youtrack-scripting-api/entities'); exports.rule = entities.Issue.onChange({ title: "WF rule", g...
Community
Workflow: Questions & Answers
[BUG] 'required' does not work in HelpDesk project
0 votes
Created
August 21, 2023 21:04
Hi Stanislav, We use a state in which the employee must choose other employees whom he involves to solve the problem. To do this, a field was created (enum multi) with the ability to select multipl...
Community
Workflow: Questions & Answers
[BUG] 'required' does not work in HelpDesk project
0 votes
Created
July 21, 2023 16:49
The idea is to allow the Assignee to change the time in the "Estimation" field in the subtask, but not allow it to be done in the parent task directly by changing the field. Because the parent task...
Community
Workflow: Questions & Answers
[RESOLVED] How to avoid running script for parent Issue?
0 votes
Created
July 21, 2023 16:41
It may have own parent.
Community
Workflow: Questions & Answers
[RESOLVED] How to avoid running script for parent Issue?
0 votes
Created
July 12, 2023 21:45
Hello, IssueWorkItem properties like duration and type are writable. Where can I find usage examples? Thanks.
Community
Workflow: Questions & Answers
Worktype attributes and workflow
0 votes
Created
June 23, 2023 12:36
ctx.currentUser.attributes['Department'] This one is better.
Community
Workflow: Questions & Answers
[RESOLVED] Is there a way to get Custom Fields data from user's profile?
0 votes
«
First
‹
Previous
Next
›
Last
»