Home
YouTrack Support | JetBrains
Contact Support
Community
Sign in
Viacheslav Bachynskyi
Total activity
130
Last activity
September 23, 2024 15:00
Member since
May 05, 2022 17:15
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
36
Activity overview
Posts (28)
Comments (65)
Sort by recent activity
Recent activity
Votes
Created
September 23, 2024 15:00
Ok, thanks!
Community
Workflow: Questions & Answers
Action when a tag is added
0 votes
Created
September 23, 2024 08:41
When I add someone as an Assignee for the Issue, they are added to the Watchers list. At this moment, the Issue gets the ‘Star’ tag and the workflow should be triggered. But it doesn't work.
Community
Workflow: Questions & Answers
Action when a tag is added
0 votes
Created
September 23, 2024 08:37
Hi Julia Bernikova Here is the code:const entities = require('@jetbrains/youtrack-scripting-api/entities'); const debug = true; exports.rule = entities.Issue.onChange({ title: 'Adding Watchers ...
Community
Workflow: Questions & Answers
Action when a tag is added
0 votes
Created
September 20, 2024 08:26
Hello,ctx.issue.tags.added.isNotEmpty() only works with normal tags, and when a Star tag is added, this condition does not work.How to track a Star tag?Anastasia Bartasheva
Community
Workflow: Questions & Answers
Action when a tag is added
0 votes
Created
August 01, 2024 10:58
P.S.It triggers twice because of a bug:https://youtrack.jetbrains.com/issue/JT-77053
Community
Workflow: Questions & Answers
How to track reactions in workflow?
0 votes
Created
June 04, 2024 16:52
Hi.Sorry, my mistake, the try {} catch (e) {} block works correctly, I put the } in the wrong place in the code. This check is quite enough. Thank you.
Community
Workflow: Questions & Answers
[RESOLVED] How to check if a value exists in an enum list?
0 votes
Created
June 03, 2024 16:14
Hi. Sorry for misleading you, the field type is not User, but Enum.
Community
Workflow: Questions & Answers
[RESOLVED] How to check if a value exists in an enum list?
0 votes
Created
May 13, 2024 10:39
Thank you!
Community
Workflow: Questions & Answers
Previous value of workItem
0 votes
Created
January 22, 2024 12:46
What types of files can be uploaded and how to limit them? For example, if I want to prohibit loading .mp4 and .mov files
YouTrack Server
Administration
How to allow attaching files larger than 10Mb by default
0 votes
Created
January 18, 2024 18:23
ctx.issue.oldValue('project').name - old project namectx.issue.oldValue('project').shortName - old project short name
Community
Workflow: Questions & Answers
[RESOLVED] How to determine that a task has been moved?
0 votes
Next
›
Last
»