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
April 01, 2019 17:17
Official comment
Добрый день! Для выполнения этой задачи Вы можете расширить In Progress Work Timer воркфлоу, добавив свои кастомные правила. К примеру, п.1 можно сделать, взяв за основу ппваило Start timer when is...
Community
Workflow: Questions & Answers
Управление таймером
0 votes
Created
March 27, 2019 12:29
Hello, Thank you for the clarification. I have found that there is the following workaround: ctx.issue.oldValue('project').key + '-' + ctx.issue.oldValue('numberInProject'). Please check JT-48918. ...
Community
Workflow: Questions & Answers
Accessing old value of ID?
0 votes
Created
March 22, 2019 15:19
Official comment
Hello, The issue with the Project owner seems to be strange. Would you please clarify which version of YouTrack (standalone or inCloud) and build you are using? As for Assignee, I suggest you use r...
Community
User management: Questions & Answers
New user is unable to create the tasks
0 votes
Created
March 07, 2019 10:28
Official comment
Hello, I suggest you use the following code for setting the Due Date: `newIssue.fields['Due Date'] = Date.now() + 7 * DAY_IN_MS;` As for Estimation, add the date-time module for using this: `var da...
Community
Workflow: Questions & Answers
Workflow: AutoCreate SubTasks for Issue type
0 votes
Created
March 06, 2019 15:04
Official comment
Hello, I am afraid, the State-machine Rule does not work with multi-value fields. As a workaround, I suggest you crate a separate on-change rule to prevent end-users selecting not-allowed values us...
Community
Workflow: Questions & Answers
State Machine Workflow Multiple Values Fields
0 votes
Created
March 04, 2019 17:10
Hello, I am afraid, for now YouTrack workflow does not allow getting issue's boards. It is only possible to get sprints. Please feel free to vote for this feature request: https://youtrack.jetbrain...
Community
Workflow: Questions & Answers
How do you know that an issue "enters" a particular board ?
0 votes
Created
March 04, 2019 12:00
Thank you for the clarification. Would you please make sure that sprints are enabled for your board?
Community
Workflow: Questions & Answers
How do you know that an issue "enters" a particular board ?
0 votes
Created
February 28, 2019 18:18
Hello Laurent, Thank you for the attached code. This issue seems to be strange. Would you please clarify which version of YouTrack (inCloud or Standalone) you are using and specify the build number...
Community
Workflow: Questions & Answers
How do you know that an issue "enters" a particular board ?
0 votes
Created
February 26, 2019 17:30
Would you please provide me with a code of your workflow? Also, would you please clarify which actions you are preforming in your issue?
Community
Workflow: Questions & Answers
How do you know that an issue "enters" a particular board ?
0 votes
Created
February 26, 2019 16:04
Official comment
Hello, It is possible to implement this task by checking if the issue's sprint has been changed. For example: var entities = require('@jetbrains/youtrack-scripting-api/entities');var workflow = req...
Community
Workflow: Questions & Answers
How do you know that an issue "enters" a particular board ?
0 votes
«
First
‹
Previous
Next
›
Last
»