The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
  • Community
  • Q&A
  • Jira
  • Questions
  • I want to avoid users from setting their default page after login to Dashboard or Issue Navigator, how can i do this ?

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

Sridhar Nimmagadda
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Sridhar Nimmagadda
Contributor
July 3, 2014

the user details details are available in the app_usr table

TAGS
AUG Leaders

Atlassian Community Events