We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-65380

Anonymous user is unable to access Manage Dashboard page via UI

      Summary

      When accessing JIRA without logging in, Dashboard drop down button does not have Manage Dashboard link. But user is able to access <Base URL>/secure/ConfigurePortalPages.jspa?view=popular directly.

      Steps to Reproduce

      1. Access Manage Dashboard directly by using this URL; <Base URL>/secure/ConfigurePortalPages.jspa?view=popular.
      2. User will be able to see Dashboards that are Public.

      Expected Results

      The user should be able to access the page from the UI (not by entering URL) to access all the Public dashboard.

      Actual Results

      The user needs to manually navigate to the URL to access this page.

      Notes

      This applies to <Base URL>/secure/ManageFilters.jspa?filterView=popular as well

      Workaround

      1. Shutdown JIRA
      2. Edit the actions.xml located in the JIRA-INSTALL/atlassian-jira/WEB-INF/classes directory
      3. Modify the file from:
            <action name="filter.ManageFilters" alias="ManageFilters">
                <view name="success">/secure/views/filter/managefilters.jsp</view>
                <view name="contentonly">/secure/views/filter/managefilters-content.jsp</view>
                <view name="securitybreach">/secure/views/securitybreach.jsp</view>
                <view name="error">/secure/views/filter/managefilters.jsp</view>
            </action>
        

        to:

            <action name="filter.ManageFilters" alias="ManageFilters" roles-required="use">
                <view name="success">/secure/views/filter/managefilters.jsp</view>
                <view name="contentonly">/secure/views/filter/managefilters-content.jsp</view>
                <view name="securitybreach">/secure/views/securitybreach.jsp</view>
                <view name="error">/secure/views/filter/managefilters.jsp</view>
            </action>
        

        Added the roles-required="use"

      1. Restart JIRA
      2. Repeat the steps for alias="ConfigurePortalPages">

            Loading...
            IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
            Uploaded image for project: 'Jira Data Center'
            1. Jira Data Center
            2. JRASERVER-65380

            Anonymous user is unable to access Manage Dashboard page via UI

                Summary

                When accessing JIRA without logging in, Dashboard drop down button does not have Manage Dashboard link. But user is able to access <Base URL>/secure/ConfigurePortalPages.jspa?view=popular directly.

                Steps to Reproduce

                1. Access Manage Dashboard directly by using this URL; <Base URL>/secure/ConfigurePortalPages.jspa?view=popular.
                2. User will be able to see Dashboards that are Public.

                Expected Results

                The user should be able to access the page from the UI (not by entering URL) to access all the Public dashboard.

                Actual Results

                The user needs to manually navigate to the URL to access this page.

                Notes

                This applies to <Base URL>/secure/ManageFilters.jspa?filterView=popular as well

                Workaround

                1. Shutdown JIRA
                2. Edit the actions.xml located in the JIRA-INSTALL/atlassian-jira/WEB-INF/classes directory
                3. Modify the file from:
                      <action name="filter.ManageFilters" alias="ManageFilters">
                          <view name="success">/secure/views/filter/managefilters.jsp</view>
                          <view name="contentonly">/secure/views/filter/managefilters-content.jsp</view>
                          <view name="securitybreach">/secure/views/securitybreach.jsp</view>
                          <view name="error">/secure/views/filter/managefilters.jsp</view>
                      </action>
                  

                  to:

                      <action name="filter.ManageFilters" alias="ManageFilters" roles-required="use">
                          <view name="success">/secure/views/filter/managefilters.jsp</view>
                          <view name="contentonly">/secure/views/filter/managefilters-content.jsp</view>
                          <view name="securitybreach">/secure/views/securitybreach.jsp</view>
                          <view name="error">/secure/views/filter/managefilters.jsp</view>
                      </action>
                  

                  Added the roles-required="use"

                1. Restart JIRA
                2. Repeat the steps for alias="ConfigurePortalPages">

                        cc38fcc6ce5e Ewelina Fiedorowicz
                        mmuthusamy Moga
                        Votes:
                        18 Vote for this issue
                        Watchers:
                        22 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                            cc38fcc6ce5e Ewelina Fiedorowicz
                            mmuthusamy Moga
                            Affected customers:
                            18 This affects my team
                            Watchers:
                            22 Start watching this issue

                              Created:
                              Updated:
                              Resolved: