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
April 15, 2015 13:26
Please see similar examples: JT-17131 and JT-17670.
Community
YouTrack - General Discussions (JetForum)
Workflow - Avoiding that a task can be closed when still open subtasks.
0 votes
Created
May 12, 2015 10:51
Use becomeReported() in the workflow that is attached to a 'mailbox integrated' project: rule Mailbox when becomesReported() { if (summary.contains("15", opts)) { {issue: A-1}.addComment...
Community
YouTrack - General Discussions (JetForum)
Forum replies, Mailbox handling, and Contains
0 votes
Created
April 11, 2016 09:09
Answered in https://youtrack-support.jetbrains.com/hc/en-us/community/posts/205803429-Help-Desk-workflow-issue.
Community
YouTrack - General Discussions (JetForum)
Error on reassigning ticket
0 votes
Created
April 11, 2016 08:53
This error means that you've changed l10n() key. Remove l10() statement completely and replace it with an ordinary "string".
Community
YouTrack - General Discussions (JetForum)
Help Desk workflow issue
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 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
January 12, 2015 08:47
You can duplicate 4 issues to one manually or automatically, thus 4 votes will be added to the duplicates cluster root.To do it automatically please provide the workflow: rule Auto duplicate whe...
Community
YouTrack - General Discussions (JetForum)
Votes with Email integration?
0 votes
Created
January 15, 2015 13:22
Please try this: var i = 0; for each assignee in Assignees { if (i < 5) { assignee.sendJabber(""); } i = i + 1; } Unfortunately you cannot iterate collection as arrays, but only by...
Community
YouTrack - General Discussions (JetForum)
while in workflow
0 votes
Created
January 20, 2015 13:19
Unfortunately, it hasn't implemented yet, please see JT-22858.
Community
YouTrack - General Discussions (JetForum)
Creating new Project-Level fields for use in Workflows
0 votes
Created
January 23, 2015 10:00
If I'm not mistaken the description.changed isn't triggered on typing because of huge requests that would be generated.It there a way to prevent that the issue ID keeps up increasing each time an a...
Community
YouTrack - General Discussions (JetForum)
How to detect a change in the Description of an issue
0 votes
«
First
‹
Previous
Next
›
Last
»