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
July 04, 2012 13:29
It looks like know issue, planned to 4.0.1 - feel free to vote for http://youtrack.jetbrains.com/issue/JT-15046.
Community
YouTrack - General Discussions (JetForum)
Common Sprint for multiple projects
0 votes
Created
March 13, 2012 10:00
Hi Chris,unfortunately there no nice way to manage weekends and holidays. Please vote for http://youtrack.jetbrains.com/issue/JT-13373But there is workaround - you can add integer field, say 'Day o...
Community
YouTrack - General Discussions (JetForum)
Workflow due date questions
0 votes
Created
March 13, 2012 14:07
Untill JT-12689 isn't implemented - yes, you need attach field 'Day of week' to entire project, e.g. to each issue.If you are going to do it, I recommend you make this field private or even create ...
Community
YouTrack - General Discussions (JetForum)
Workflow due date questions
0 votes
Created
March 15, 2012 09:05
Hi Dan,nice to hear that you find Customizable Workflow useful.You right, user should start to do something with issue to stateless rules start to work. I create the issue http://youtrack.jetbrains...
Community
YouTrack - General Discussions (JetForum)
Workflow question: why aren't default values set until after user makes an edit?
0 votes
Created
April 11, 2012 09:39
Hi Anton,Yes, you can write a workflow to prevent further changing of state Verified.Moreover, it's possible to implement it by 2 different ways - by stateless rule (fast and granulated but not spe...
Community
YouTrack - General Discussions (JetForum)
Easiest way to keep an issue read-only in a certain state
0 votes
Created
May 03, 2012 15:20
To resolve your case just add several conditions: rule restrict change fields when Type.changed || Priority.changed || Fix versions.changed || project.changed { assert State.oldValue != {Veri...
Community
YouTrack - General Discussions (JetForum)
Easiest way to keep an issue read-only in a certain state
0 votes
Created
January 10, 2013 11:24
Hi there,any time you can - attach new field of type user[*], e.g. "Assignees", that allows set multiple assignees; - convert existing field of type user[1] (e.g. "Assignee") to the multiple one of...
Community
YouTrack - General Discussions (JetForum)
Is it possible to have multiple assignees to an issue.
0 votes
Created
April 19, 2012 16:28
Ok, it's possible, but requires 1 additional (possible private) custom field of type user[*] to store projects assignees. You need to add additional field because of current restriction of customiz...
Community
YouTrack - General Discussions (JetForum)
Round robin assignment of issues.
0 votes
Created
January 24, 2012 10:18
You can also just keep 'myvotes' integer field, provide alias 'plus' for it and add simple workflow:rule add vote when myvotes.changed { myvotes = myvotes.oldValue + myvotes; }Command "plus 1" a...
Community
YouTrack - General Discussions (JetForum)
Is there a way to make anonymous votes?
0 votes
Created
January 23, 2012 15:05
Hello Martin,similar question was answered in http://youtrack.jetbrains.net/issue/JT-12759.As workaround if you have more than one real projects you can create a separate Youtrack project for each ...
Community
YouTrack - General Discussions (JetForum)
Define for ech subsystem a Version Bundle
0 votes
«
First
‹
Previous
Next
›
Last
»