Home
YouTrack Support | JetBrains
Submit a request
Community
Sign in
Dmitry Krasilschikov
Follow
New articles and posts
New articles, posts, and comments
Total activity
826
Last activity
April 11, 2016 09:09
Member since
September 21, 2009 11:33
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
307
Activity overview
Articles (0)
Posts (0)
Comments (519)
Sort by recent activity
Recent activity
Votes
Created
January 12, 2015 08:31
When a parent issue is moved to done, I want all its subtasks moved to done.This feature can be implemented by the following workflow: rule Complete subtask when State.becomes({Done}) { for ...
Community
YouTrack - General Discussions (JetForum)
Workflow help
0 votes
Created
January 08, 2015 15:34
Does the user a new issue is being created by has permission to add new work items?Please try to execute the command by the 'root': issue.applyCommand("add work Today 1m", project.getUser("root"));
Community
YouTrack - General Discussions (JetForum)
Is there a report with cummulative estimates per developer in sprint?
0 votes
Created
January 08, 2015 15:30
Are use sure you haven't changed the mentioned workflow manually?You can restore default workflows on the 'workflows' page. See http://confluence.jetbrains.com/display/YTD6/Default+Workflows for de...
Community
YouTrack - General Discussions (JetForum)
Help Desk workflow issue
0 votes
Created
December 23, 2014 13:06
You can go to the Administration > Workflows, click on a workflow, see its code and ensure that it's correct.Please reduce a schedule rule condition to a trivial to get message in log. Thus you can...
Community
YouTrack - General Discussions (JetForum)
Troubleshooting Scheduled Workflows
0 votes
Created
December 21, 2014 10:40
Hello, Gareth,do you use inCloud or standalone YouTrack? If standalone you can add the statement debug("message") in your code and see output in the workflow.log file in {home_folder}/.youtrackX di...
Community
YouTrack - General Discussions (JetForum)
Troubleshooting Scheduled Workflows
0 votes
Created
December 09, 2014 14:35
Try to use newUsr.depends on.add(usr) instead of the command applying.Also the depends on.changed condition looks redundant.
Community
YouTrack - General Discussions (JetForum)
workflow changes do not trigger other workflow
0 votes
Created
December 09, 2014 14:08
Well, please provide the code of both workflows.
Community
YouTrack - General Discussions (JetForum)
workflow changes do not trigger other workflow
0 votes
Created
December 09, 2014 13:41
Please see JT-27921, is it your case?
Community
YouTrack - General Discussions (JetForum)
workflow changes do not trigger other workflow
0 votes
Created
December 06, 2014 16:51
Do you see new work items added by the workflow?
Community
YouTrack - General Discussions (JetForum)
Workflows jetbrains-youtrack-workTimer
0 votes
Created
December 04, 2014 15:03
What changes have you done?It's better just add conditions with the or operator: State.becomes({Fixed}) || State.becomes({Open}) || State.becomes({Reopened}).
Community
YouTrack - General Discussions (JetForum)
Workflows jetbrains-youtrack-workTimer
0 votes
«
‹
1
2
3
4
5
6
7
8
9
›
»