I cannot view "the insights of the active sprint" although the permission is granted to me and the board is associated with a specific project. What shall I do to fix this issue?
Just found the answer.
The person that configured the software, forgot to add a section to the web.xml file:
<security-constraint>
<web-resource-collection>
<web-resource-name>all-except-attachments</web-resource-name>
<url-pattern>*.jsp</url-pattern>
<url-pattern>*.jspa</url-pattern>
<url-pattern>/browse/*</url-pattern>
<url-pattern>/issues/*</url-pattern>
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>
Hi Marcel, Glad you were able to find that. I was actually in the middle of writing you with the same.
Take care, and have a pleasant week!
Regards,
Shannon
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.