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 07, 2023 11:15
Thank you!
Community
Workflow: Questions & Answers
[RESOLVED] Is it possible to use a project key instead of its name?
1 vote
Created
July 24, 2023 12:39
I found a solution. I am using a flag. First I check if the user has rights in the current task, and then I check the subtasks. If there is a subtask where the field has changed in the current tran...
Community
Workflow: Questions & Answers
[RESOLVED] How to avoid running script for parent Issue?
1 vote
Created
May 11, 2023 12:06
npm run --silent list-devwf | sort | grep -v jetbrains | xargs -n1 npm run download-devwf This is how I download all workflows except for jetbrains. Upload similarly: npm run --silent list-devwf | ...
Community
Workflow: Questions & Answers
Synchronising Workflows with a VCS Repo
1 vote
Created
May 10, 2023 16:10
fiend, you can upload all workflows at once via scripting API using node.js.
Community
Workflow: Questions & Answers
Synchronising Workflows with a VCS Repo
1 vote
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
Next
›
Last
»