Home
YouTrack Support | JetBrains
Contact Support
Community
Sign in
Dmitry Krasilschikov
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
Posts (0)
Comments (519)
Sort by recent activity
Recent activity
Votes
Created
February 03, 2015 14:59
Are the "issue", "project" etc. shown if press Ctrl+Space just after the symbol "{"?
Community
YouTrack - General Discussions (JetForum)
Send mail to group in workflow, YouTrack
0 votes
Created
March 17, 2015 11:48
Я не уверен, что и сейчас понял, что Вы имеете в виду, но сразу скажу, что напрямую массивы создавать нет возможности - см. JT-13041.Вы можете записать текстовые значения в строку и потом сделать s...
Community
YouTrack - General Discussions (JetForum)
в продолжение про массивы
0 votes
Created
March 30, 2015 16:20
Please try this:rule Words when description.contains("s", opts) && description.changed { }
Community
YouTrack - General Discussions (JetForum)
Contains
0 votes
Created
April 13, 2015 11:14
Please try smth like this: rule match when <issue created or updated> { for each string in Bound to Release { if (summary.contains(string, opts)) { <define statements> } }...
Community
YouTrack - General Discussions (JetForum)
Email integration match
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
January 12, 2015 08:32
Could you please attach workflow.log and youtrack.log?
Community
YouTrack - General Discussions (JetForum)
Troubleshooting Scheduled Workflows
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 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: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
January 15, 2015 13:42
And can i get a username, who is updated issue? loggedInUser.login
Community
YouTrack - General Discussions (JetForum)
while in workflow
0 votes
«
First
‹
Previous
Next
›
Last
»