compared with
Current by Ekaterina Ivanova
on Dec 19, 2012 00:23.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
{toc:style=disc|indent=20px|maxLevel=5}

*Legend:* (on) --- new or updated topic

h1. YouTrack Requirements

*[Back to top|#top]*

h3. How to restore my root password if I run YouTrack as Windows service? (on)

To restore your root password, if you run YouTrack as Windows service, please follow these instructions:

# Stop the service
# In the command line, run {code}%your_YouTrack_location%\bin\tomcat6w.exe //MS//YouTrack{code} This will cause Tomcat webserver properties manager to appear in your Windows system tray
# Click on the above mentioned manager and select '*Java*' tab
# Add {{-Djetbrains.charisma.restoreRootPassword=true}} into Java options input
# Click OK. This will close the manager (Attention! This feels a bit counter-intuitive, but you really have to close it here)
# Open the manager once again. On *General* tab press Start
# Log in to YouTrack with root/root credentials
# Change the password
# Open the manager once again. On General tab press Stop
# Right click on manager's icon -> Exit
# Run the service as usual

*[Back to top|#top]*

h3. Why I don't see <some permission> on edit role page?

*[Back to top|#top]*

{anchor:subtasks}

h3. How do I create subtasks in YouTrack?

Instead of creating subtasks, you create links between issues. Predefined issue link types include "duplicates", "depends on" and "relates to". Administrators are able to add other issue link types if necessary.
To create a relationship:
# In the list of issues, select one or more issues that relate, depend on or duplicate other issues.
# In the *Link* menu on the toolbar, choose *duplicates*, *depends on*, or *relates to*.
# When the Command window displays with a corresponding command, type the ID of the issue that selected issues should be linked to, or execute full-text search for the issue. To link selected issues to several issues, repeat the command:
!relates_depends.png|thumbnail!
# Click *Submit* or press *Ctrl+Enter* to apply the relationship(s).

Alternatively, consider using [tags|http://www.jetbrains.com/youtrack/features/organize.html#Tags] for grouping issues.

*[Back to top|#top]*

{anchor:visual_types}