Starting page

Hi,

is it possible to set the default page to /issues? Currently, when I enter myyoutrack.com I automatically redirected to myyoutrack.com/dashboard. Is it possible to automatically redirect to myyoutrack.com/issues but not to dashboard?

Thanks,
Stanislav
1
5 comments
Hello Stanislav,

Unfortunately, the option is not available.

Thank you.
0

Hi There, 

we would also prefer it if you could go directly to ‘issues’. 
it would also be great if you clicked on the youtrack logo and were redirected to ‘issues’. 

Thanks

0

Hello,

I'm Lena from the YouTrack Team. 

If you use the Server version, you can change the default page using the jetbrains.youtrack.default.page JVM option:

Configure JVM Options
Configuration Parameters

If you use the Cloud version, please contact our support team directly using this link: https://jb.gg/ytsup

Furthermore, I created a feature request to reconsider the default page: JT-86729 Change the default page to the issues list. Please vote for it - it helps us measure the demand for these changes. 

0

heads up: the YouTrack documentation for the base-url environmental parameter correctly gives https://youtrack.mydomain.com as an example configuration value, however: the explanations that follow all contain a trailing slash, e.g.:

"http://" + hostname + ":" + listen-port + “/”

setting the base url to include a trailing slash will prevent jetbrains.youtrack.default.page from working properly. It causes the default page to become /dashboard (if it's not set at all, the default page will be the DEMO project - at least on my installation). Solution: do not have a trailing slash in base-url.

0

Hi Anatol,

Thanks for your feedback! It looks like the trailing slash is mentioned when describing the default value as opposed to providing a custom one, but we'll keep an eye out for similar reports.

0

Please sign in to leave a comment.