Align in the sense do you want to re order your customfield? How do you add? Do you add the script in the customfield in the field configuration or directly in the customfield description?
Yes, i want to re order the custom field and yes, iam adding the JSS directly to the description field.
Thanks for your response.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
why don't you add the javascript in the customfield of your project field configuration it worked for me when I add in the field configuration. Also you can change the order of the customfield directly in the screen but it will be global to all projects using this screen.
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.
Actually when iam adding the script to the description field its being automatically updated in the field configuration. But for confirmation i have added once more and its not working, is anything going wrong??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If possible, can you share the script?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the script for removing the "none" option in the field
<script>
AJS.$('#customfield_10200 option[value="-1"]').remove();
</script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you try the below code block.
<script> AJS.$("#customfield_10200 option[value='None']").remove(); </script>
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.
Can you add your script in the comment field in the field configuration.
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.