From our application we are opening issue form using this statement
JIRA.Forms.createCreateIssueForm({pid:${projectId}})
Now we want no one should be able to change the project area as it is already supplied. Is there a way provided by JIRA to hide or diable project selection
Hi Subhajit,
Check out the following community post that gives a exe on how to accomplish this using Javascript injections from the description of a field on the particular screen in use:
Another approach is to use the add-on ScriptRunner which has a Hide Ui Element function that would also do the trick.
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.