Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




No "All projects issue reporting"?

beta

Is there anyway to see all open issues for multiple projects?  I tried using a filter but it only returned one project.  We have to have this functionality as all issues and assigned by my department.

Thanks

SystemIdleProcess
· 1
SystemIdleProcess
Replies (4)
helpful
0
not helpful

Can you please test by clicking on the "All issues" link followed by selection of "all projects" from the projects lsit of the filter panel. Does it work?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

That works however there it still shows the project that I clicked "All Issues" on in the header.  Is there anyway around this?

The reason I ask is because if I use different columns when viewing all issues vs. a projects all issues.


SystemIdleProcess
· 1
SystemIdleProcess
helpful
0
not helpful

I see, we have removed the "all projects" link because we thought that as of 3.0 and the global custom fields your views will be the same.

However, you can reinstate the link if you wish. If you pass:

http://localhost/gemini/Issues.aspx?m=1&pi=-2


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks.

Luckily the key still existed in the Resouces.xml so I added the following to \Controls\LinkBar.ascx

<td align="right" valign="middle">

&nbsp;<gem:GeminiSimpleLink id="lnkMainAllProjectReporting" runat="server" NavigateUrl="~/Issues.aspx?m=1&pi=-2" CssClass="navlink" Key="MainAllProjectsReporting"></gem:GeminiSimpleLink>&nbsp;

</td>

 


SystemIdleProcess
· 1
SystemIdleProcess