How can i add or modify or remove link in the header near the logged in name
from the pop up that shows:
Profile
Online Helo
Keyboard Shortcuc
About Jira
Have you tried this?
http://confluence.atlassian.com/display/JIRADEV/Web+Fragments#WebFragments-UserNameDropdownLocation
Here is a quick example, edit the file:
\atlassian-jira\WEB-INF\classes\webfragment\system-user-nav-bar-sections.xml
and put the following example in next to the other web-item examples. Remember to adjust the weighting and change the value of section depending which part of the menu you want it to appear in. Restart Jira.
<!-- Link to company Confluence -->
<web-item key="view_conflink" name="View Confluence" section="system.user.options/jira-help" weight="25">
<label key="Confluence Site" />
<tooltip key="link to confluence" />
<link linkId="conflinkhelp">http://confluence.xxx.com</link>
</web-item>
You can also remove an item if you wish or change the values if you wish to modify it,
Thanks this is what I call answer..
other people answers in a line to get a point or they answer just to answer...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
heheh, thanks Samir. You don't like to re-invent the wheel but I always think a good example helps. Some times a URL just isn't quite enough ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Matthew can you please check my other post.
I think you have the solution just have a look here
https://answers.atlassian.com/questions/3872/how-do-i-remove-source-and-reviews-link
and please post your the solution ..thanks again
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how to amend and what to amend?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'll need to amend the code that is generating it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.