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
January 10, 2014 11:02
Ah, really we support only java6. YouTrack hasn't been tested on the java7/java8, you run it at your peril.
Community
YouTrack - General Discussions (JetForum)
Cannot start youtrack
0 votes
Created
November 18, 2013 10:17
Unfortunately regular expressions aren't supports in the workflow language, I've created the feature request - JT-22631
Community
YouTrack - General Discussions (JetForum)
Workflow for notifying @mentions
0 votes
Created
September 23, 2013 10:30
Unfortunately the 'comment requirement from the workflow' feature isn't implemented yet (JT-10337) but you can use the workaround from this thread: http://forum.jetbrains.com/thread/YouTrack-1140
Community
YouTrack - General Discussions (JetForum)
Workflow - Is there a way to compel the user to add a new comment before changing the state of an issue?
0 votes
Created
October 01, 2013 08:35
Hello, Please consider the workflow that automatically sets the lowest state of subtasks to the parent task - JT-18908. You can select an 'integer' estimation field in the agile board settings, it...
Community
YouTrack - General Discussions (JetForum)
Question about workflows
0 votes
Created
October 02, 2013 11:15
Сама ошибка, показывающаяся при field.required("message"), не локализована вне зависимости от условия правила isReported() или becomesReported().
Community
YouTrack - General Discussions (JetForum)
How to create a field that is required. (Description in Russian)
0 votes
Created
December 06, 2013 09:41
Проще всего использовать 'require': rule requirement for assignee when isReported() || becomesReported() { Assignee.required("Please"); } Это правило не позволить создать новую задачу без И...
Community
YouTrack - General Discussions (JetForum)
How to create a field that is required. (Description in Russian)
0 votes
Created
August 29, 2013 14:11
This workflow restricts the 'State' transitions for the 'testers' group: rule testers task moving to when (State.becomes({Verified}) || State.becomes({Open})) && State.oldValue == {Fixed} { a...
Community
YouTrack - General Discussions (JetForum)
How to create Tester Role that can change only "Fixed" state to "Open" or "Verified"?
0 votes
Created
August 30, 2013 11:42
Please try this version of the workflow:rule Testers state changing when State.changed && loggedInUser.isInGroup("testers") { assert (State.becomes({Verified}) || State.becomes({Open})) && St...
Community
YouTrack - General Discussions (JetForum)
How to create Tester Role that can change only "Fixed" state to "Open" or "Verified"?
0 votes
Created
September 03, 2013 10:16
Thank you for the feedback, I created the bug JT-21659.As workaround you can use the method loggedInUser.createNewIssue(project_name):rule needMarketingText when State.becomes({Can't Reproduce})...
Community
YouTrack - General Discussions (JetForum)
Can not createCopy() on state done ?
0 votes
Created
September 03, 2013 09:48
Hi Zuzmic,most likely the logged in user isn't project assignee, so it cannot be assigned to 'Assignee'.To solve the problem please add the logged in user into the project assignees.
Community
YouTrack - General Discussions (JetForum)
Exception with jetbrains-youtrack-taskAssignee workflow enabled
0 votes
«
First
‹
Previous
Next
›
Last
»