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
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
Created
June 23, 2023 12:29
It's kind of weird, but it works, thanks.
Community
Workflow: Questions & Answers
[RESOLVED] Is there a way to get Custom Fields data from user's profile?
0 votes
Edited
June 09, 2023 14:24
Here is the correct way: let dctimezone="Europe/Amsterdam";const TZ_LOCAL="Europe/Kyiv";const issue = ctx.issue;if (issue.fields.isChanged(ctx.LocalStart) && issue.fields["Local Start Date"] !== nu...
Community
Workflow: Questions & Answers
[RESOLVED] toLocaleString with timeZone does not work?
0 votes
Created
June 08, 2023 21:35
Hi, I need to convert date and time to timestamp and use it in date/time field. And this code does not work: const tz = require('@jetbrains/youtrack-scripting-api/date-time'); cons...
Community
Workflow: Questions & Answers
[RESOLVED] toLocaleString with timeZone does not work?
0 votes
Created
April 28, 2023 11:51
Ok, thank you!
Community
YouTrack deployment: Questions & Answers
Backup does not work
0 votes
«
First
‹
Previous
Next
›
Last
»