Home
YouTrack Support | JetBrains
Contact Support
Community
Sign in
Oleg Larshin
Total activity
256
Last activity
December 15, 2020 07:00
Member since
October 18, 2018 14:54
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
102
Activity overview
Articles (0)
Posts (1)
Comments (152)
Sort by recent activity
Recent activity
Votes
Created
February 26, 2019 14:35
Official comment
Hello, I am afraid, YouTrack workflow does not allow getting the old issue's ID for now. Please feel free to vote for this feature request: JT-12687 to increase its priority and to receive the upda...
Community
Workflow: Questions & Answers
Accessing old value of ID?
0 votes
Created
February 25, 2019 14:31
Official comment
Hello, Would you please add all used fields (Type and State) to the requirements section? Please refer to the Default Workflows and JavaScript Workflow Quick Start Guide articles for more informati...
Community
Workflow: Questions & Answers
Change parent state from child issue
0 votes
Edited
February 19, 2019 16:12
The guard section code is started with the line 10. I hope it will be helpful. See also: Workflow Tutorial
Community
Workflow: Questions & Answers
Issue Tracking by Due Date
0 votes
Edited
February 19, 2019 16:10
It is possible to implement this task by modifying the guard section code in the following manner: var DAY_IN_MS = 24 * 60 * 60 * 1000; return ctx.issue.fields.DueDate < new Date() - 5 * DAY_IN_MS;
Community
Workflow: Questions & Answers
Issue Tracking by Due Date
0 votes
Created
February 14, 2019 07:45
Official comment
Здравствуйте, К сожалению, рабочий процесс не позволяет получить URL прикрепленных файлов. Однако, это можно сделать с помощью REST API.
Community
Workflow: Questions & Answers
Как получить url изображения в коментарии
0 votes
Created
February 12, 2019 16:46
Official comment
Hello, You can use YouTrack search for finding all tickets with the required Due Date period. Also, you can create a separate Saved search for this. In addition, I suggest you use a default Due Dat...
Community
Workflow: Questions & Answers
Issue Tracking by Due Date
0 votes
Created
January 15, 2019 16:24
Official comment
Hello, I am afraid, the current version of workflow does not support this scenario out of the box. As a workaround, I suggest you create a separate field value, for example: Testing: { tra...
Community
Workflow: Questions & Answers
Rewriting old workflow rules with conditional transitions in the statemachine
0 votes
Created
December 24, 2018 14:22
Official comment
Добрый день! Для этого сценария лучше использовать воркфлоу. У нас есть стандарнтый пример Due Date который, как раз, реализует эту функциональность. По поводу шаблона, думаю, что самый простой спо...
Community
Workflow: Questions & Answers
Шаблоны уведомлений на почту
0 votes
Edited
March 04, 2019 13:33
Official comment
Hello, I see that the showstopper field value is not defined in the requirements section. Try to add this and test your code.
Community
Workflow: Questions & Answers
Ticket Template (default description) with multiple requirements?
0 votes
Created
December 12, 2018 08:30
Hello Liam, The suggested code should be inside the action block. So, a full code should be the following: var entities = require('@jetbrains/youtrack-scripting-api/entities'); var workflow = requ...
Community
Workflow: Questions & Answers
Mandatory Workflow Tag
0 votes
«
First
‹
Previous
Next
›
Last
»