Mousecursor keeps turning when editing or changing the status of an issue

Bruno December 9, 2019

Since a few weeks (changed to new server environment) we are experiencing this issue:

Starting from a filter, ex “My Open Issues”, you get your list, clicking on an items gives you an url, ex: http://website/browse/SUP-48?filter=-1

On this page you canot edit the issue and you also can’t change the status. You get a mouse cursor that keeps turning.

When you remove the last part of the link: ?filter=-1

Then everything works fine.

The  site runs behind an IIS proxy server

1 answer

1 accepted

0 votes
Answer accepted
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 10, 2019

Hello Bruno,

Welcome to Atlassian Community. Sorry to hear you are facing a problem.

Per your description, I believe that the eternal Spinning wheel that appears once you click the issue and populates the URL with the filter parameter is happening because the URL segments exceed the default limit of Jira, as mentioned in the feature request below:

Update JIRA IIS integration guide to include troubleshooting for UrlSegmentMaxLength

Currently, the UrlSegmentMaxLength is set to 200 by default in IIS. To fix this, add a registry key to increase the max URL length and then reboot the server:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP\Parameters] "UrlSegmentMaxLength"=dword:00000400

This will effectively set the maximum length to 1024.

Let us know if the action above fixes the problem. Also, feel free to vote and watch the suggestion to increase its priority and also receive notifications about any updates. 

Bruno December 13, 2019

This has fixed the issues, thank you!

Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 13, 2019

You are welcome, Bruno!

Have a nice weekend. :)

Suggest an answer

Log in or Sign up to answer