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 27, 2015 12:24
What exact changes have you made? Could you please attach the workflow?
Community
YouTrack - General Discussions (JetForum)
Jetbrains-youtrack-workTimer is not functioning within my Project
0 votes
Created
January 27, 2015 12:20
Could I kindly ask you to fire a new issue on https://youtrack.jetbrains.com/? Thank you!
Community
YouTrack - General Discussions (JetForum)
Unwanted increments of the Issue ID
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
Created
January 20, 2015 13:24
I don't know a better way. Please see also JT-10724.
Community
YouTrack - General Discussions (JetForum)
schedule rule for one issue
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 16, 2015 08:42
I think you need something like this:for each comment in comments.added { if (comment.text.contains("Thanks for resolving this issue.", ignoreCase)) { issue.State="Resolved"; } }
Community
YouTrack - General Discussions (JetForum)
Workflow on cc'd email reply
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
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 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 12, 2015 08:32
Could you please attach workflow.log and youtrack.log?
Community
YouTrack - General Discussions (JetForum)
Troubleshooting Scheduled Workflows
0 votes
«
‹
1
2
3
4
5
6
7
8
›
»