I have a workflow transition in which I am associating the Edit screen of the project. While selecting the workflow the spinning image is shown but screen is never loading to proceed with the workflow. There is not error in the logs and I have no starting point to investigate this.
Does anyone have an idea how to proceed with such a case?
Jira 7.10.2 (server)
Users cannot edit, assign or progress items when viewed from the dashboard filter e.g.
/jira/browse/JIRA-98?filter=-1 (look in your url bar of the browser)
Workaround: RMB (right-mouse-button click) to open the item in a new tab e.g. /jira/browse/JIRA-98. Works fine then (or remove everything in the url from ?filter= )
Looking forward to a fix for this bug.
This solved the problem on Jira running on a Windows-Server with IIS: JIRA elements fail to render with HTTP 400 error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am having the exact same issue at work. If set the screen to "None" in workflow, it will transition fine. My initial thought was that I had some incompatibility with a 3rd party addon like JSU or JMWE, and so I downloaded the latest versions of those addons. Same result. If I specify to load the "Edit/View" screen in a transition, then I get the spinning wheel-o-death. I truly feel this is a bug.....a major bug. I am still trying to go through my error log to see if I can find anything but right now nothing to go on. If I figure it out I will come back and provide an update.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It probably is a bug, but as the transition screens are drawn up by the same code as create and edit, it suggests that you have a broken field on the transition screen (from an add-on), or an add-on doing bad things with the fields. My first instinct is to wait for a quiet time and temporarily disable all the user-added add-ons and see if it works without them.
But if it's not that, Is this only for this one screen? If you have other screens that are ok, what is the difference?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Has anyone found a solution to this problem, its just happened to us, nothing has been changed and suddenly this is happening?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just figure out that the popup containing the edit form is available in the page dom but is hidden. So the problem is to hide spinning image ena make form visible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice! Sounds like its a temporary fix though? Better find out what's the cause.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same is happening with firefox and firebug. The last execution is the following url
https://jira/secure/WorkflowUIDispatcher.jspa?id=<id>&action=<actionId>&atl_token=<token>&decorator=dialog&inline=true&_=<numbers>
This is returning 302 Found status in which is redirecting to
At this point no activity on the page - only the spinning image - no error on console.
If I enter the first url in a new browser tab then redirection is done and the edit screen is shown (not correctly as it does not exists in the modal container)
Also still not a single log/error in any available log file!
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.
Thanks Gabrielle for your comment but exactly this is my issue. I try with Chrome and IE and for both browsers I do not have anything in the tomcat/jira logs neither in the console of the browser. Somehow I believe the problem is with the Edit Screen. The same screen is loaded correctly with Edit command but is never loading during the execution of the workflow (which is using the same screen as transition screen).
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.