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
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
Please sign in to leave a comment.
Unfortunately, the option is not available.
Thank you.
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
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.pageJVM 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.
heads up: the YouTrack documentation for the base-url environmental parameter correctly gives
https://youtrack.mydomain.comas an example configuration value, however: the explanations that follow all contain a trailing slash, e.g.:setting the base url to include a trailing slash will prevent
jetbrains.youtrack.default.pagefrom 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 inbase-url.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.