I want to avoid users from setting their default page after login to Dashboard or Issue Navigator, how can i do this ?

Sridhar Nimmagadda April 23, 2014

When the user sets the default page after login to Profile -> My JIRA Home (Issue Navigator, Dashboard, Ajile)

The problem is if the sets anyof these, there is an unnecessary load on the system.

if the user sets Issue Navigator, the last run query is executed

1. Is there any way I can force the user to have default view as Issues Navigator and override the last run query with a simple query ?

2. I am trying in the database with these queries

SELECT * FROM propertyentry WHERE PROPERTY_KEY = 'my.jira.home';

This will list all users which have my.jira.home active.

SELECT * FROM propertystring WHERE propertyvalue like "%my_jira_home%";
I am unable to map username in from propertyentry  table for enrity_name 'ApplicationUser'
 
Even if i know all these does it make sense to update the database to for user a default choice ?
 
 
Thanks for any help  in this regard !!!

1 answer

1 accepted

0 votes
Answer accepted
Sridhar Nimmagadda July 3, 2014

the user details details are available in the app_usr table

Suggest an answer

Log in or Sign up to answer