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
August 01, 2013 14:39
Unfortunately this feature isn't implemented yet, please review JT-8639.
Community
YouTrack - General Discussions (JetForum)
Dynamically Change Fields
0 votes
Created
August 04, 2013 19:11
Please check that the connection URL has the following format: http://instance_name.myjetbrains.com/youtrack
Community
YouTrack - General Discussions (JetForum)
Workflow editor - can't login
0 votes
Created
August 22, 2013 13:27
Ensure that 'admin' account has 'project admin' permissions. Try to log in by the 'root'.
Community
YouTrack - General Discussions (JetForum)
Workflow editor - can't login
0 votes
Created
August 12, 2013 11:49
Thank you for the feedback, it's know issue JT-21298. Fix will be available in the nearest bug fix.
Community
YouTrack - General Discussions (JetForum)
<o:p></o:p> characters included in comment as e-mail
0 votes
Created
August 13, 2013 10:10
@Alexey Thank you for the feedback, please follow the bug JT-21369.
Community
YouTrack - General Discussions (JetForum)
YouTrack TeamCity integration – 404 error when selecting build
0 votes
Created
August 29, 2013 10:20
It's possible to enhance this workflow by checking the last comment creation time and its author:rule won't fix when State.becomes({Won't fix}) { var lastComment = comments.last; if (l...
Community
YouTrack - General Discussions (JetForum)
Workflows - Checking for a recent comment when validating a state change
0 votes
Created
August 20, 2013 09:01
Please clarify - would you like the new field of type user[1] 'Reviewed by' and the new State value 'Reviewed' to be introduce?
Community
YouTrack - General Discussions (JetForum)
workflow that requires a code-review for each fix
0 votes
Created
July 12, 2013 08:39
Please use issue.reporter value or even just reporter. rule restriction when State.becomes({Verified}) { assert reporter.login.eq(loggedInUser.login, opts): "Only issue reporter can move issu...
Community
YouTrack - General Discussions (JetForum)
How to get login of issue`s creator in workflow?
0 votes
Created
July 15, 2013 14:31
Hi Rob,you can modify the 'jetbrains-youtrack-defaultDescription' workflow a little to make the trick: rule Description template for external users when !isReported() && description == null && T...
Community
YouTrack - General Discussions (JetForum)
How to create a New Issue Template
0 votes
Created
July 23, 2013 08:37
You can use a couple workflows to achieve it: rule Set assignee when State.becomes({In Progress}) { Assignee = loggedInUser; Responsible = Assignee; } rule Turn back assignee when Sta...
Community
YouTrack - General Discussions (JetForum)
Use issue properties (custom fields values) in a workflow
0 votes
«
First
‹
Previous
Next
›
Last
»