Version 1 by Ekaterina Ivanova
on Feb 02, 2012 15:57.

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 (5)

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?

You should modify logging levels in {{webapps/youtrack-xx/WEB-INF/classes/jetbrains/charisma/main/log4j.xml}} (for Apache Tomcat). Modifying logging properties in other files won't affect YouTrack logs.

For more details, please refer to the [Configuring Logging in YouTrack] page.

*[Back to top|#top]*

*[Back to top|#top]*

h3. I run YouTrack with Glassfish 3 and I cannot upload files or attach screenshots! WTF?! (on)
{hidden-data}
This question is based on [JT-13650|http://youtrack.jetbrains.com/issue/JT-13650] request.{hidden-data}

Unfortunately, this is a known glassfish3 issue: [http://java.net/jira/browse/GLASSFISH-18444].
To fix it, download file [web-core.jar|http://java.net/jira/secure/attachment/49498/web-core.jar] and put it into {{<gf>/modules}} folder.

*[Back to top|#top]*

h3. Our workflow requires that developers mark issues as fixed and hand them over to QA. Is there a state in YouTrack that lets us do that, something like "Fixed not tested"?

*[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}