Hello,
we have a jira instance with a bunch of third party plugins and a custom plugin we developed for the client.
It provides a custom field and that custom field contains some JS that adds some simple logic to a Jira transition screen.
In this context i am exeriencing a pretty strange problem:
I make a slight change in the JS code of our plugin. The change is very simple the JS code doesnt contain any loops, recursive calls or anything that would expect you to cause this kind of error.
As soon as the new plugin is installed Javascript errors start appearing after a few clicks in the issue transition screen:
The strange thing is: the code lines reported here belong to 3rd party plugins (often Scriptrunner, theres a behaviour active in that context) and every time you reload the page the error is somewhere else, in a different plugin or even in the jquery that ships with jira.
The error also appears with old versions of the custom plugin that did work before.
But it disappears when the plugin is deactivated.
Any Idea what could be going on here?
This error is breaking the functionality of dynamic forms.
best regards
Jens