Hi,
I'm on JIRA 5.1.8 and I have a JavaScript plugin which has custom JS which is loaded depending on the project. The JS is loaded fine on issue creation and issue Edit as required. Now I have a situation where I need it remove the Edit Permission but then have an 'Edit' workflow step to allow users to edit an issue. The Edit step will have a normal Edit screen but this has several fields which should only load up based on my JS.
My question is how can I load up the JS during this workflow transition? Below is the code I attempted. loadMyJS() is the function that contains all the JS I need.
if($('#issue-workflow-transition-submit').val() =='Edit') { loadMyJS(); }
Thanks,
Gaj
Hi @Gaj Umapathy,
I'm trying to do the same thing as you.
I need to load some JavaScript on workflow transition, but I can't seem to find anything to work with.
I've tried using different contexts but it doesn't work.
Did you ever find a solution for this?
Please do share if you did, any help would be highly appreciated.
Thanks and regards,
Tayyab
Hey Gaj,
I'm not sure whether this would help, but you might want to check out couple of the following links if you haven't
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.