Hi Anton,
What version are you coming from?
Another user had an issue after upgrading and it was noticed there was a change in Jira since 7.3.2.
This involves Windows. Could you tell us if you're running Jira on a Windows machine? If so, can you try this fix?
From the above articles, it is possible to modify the Windows Registry and increase the UrlSegmentMaxLength value to handle more characters:
- Backup the Registry
- With Regedit, browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP\Parameters
- Find the value for UrlSegmentMaxLength (or if it doesn't exist add a DWORD value), and change it to 00001000 (this is the hex for 4096)
Powershell alternative:
Set-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\HTTP\Parameters -Name UrlSegmentMaxLength -Value 4096
After using either method to adjust the registry (Regedit or Powershell), you must restart Windows for the changes to take effect. This will necessitate downtime, please plan a maintenance window accordingly.
Thank you!
Regards,
Shannon
Good news!
It's work!
But I can't configure gadget Activity Stream behing IIS
Via server, it's work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is my browser cash trouble!!
All right!
Thanks you for your help for as!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome Anton! So everything is working now as expected?
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it works! thanks for the support, please close the ticket
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.