in the dashboards,I create Filter Results,
I hope the values in the results can be automatically accumulated
what should i do
I hope to automatically accumulate and sum the content in the red box and display it on the dashboard
Hi Sergey,
You can change the cookie name to JIRASESSIONID by updating the 'sessionCookieName' <JIRA_INSTALL>\conf\context.xml. Example:
<Context sessionCookieName="JIRASESSIONID">
<!-- Default set of monitored resources. If one of these changes, the -->
<!-- web application will be reloaded. -->
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
<!-- Uncomment this to disable session persistence across Tomcat restarts -->
<!--
<Manager pathname="" />
-->
</Context>
Save the changes and restart JIRA.
Regards,
Kelly
Hello,
Kindly have a look at this ticket
https://jira.atlassian.com/browse/JRASERVER-62400
You can find a solution there.
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.