hi community , I created a custom field , but I need to know how can adde it this field into all screens without select screens one by one...
in addition to the above is possible that when create a new project this fields appears automatically into their screen?
thanks a lot in advance.
Figured out some JS that works (on Cloud at least, not tested on Server) to run on the page to check all the boxes.
document.querySelectorAll("input[name=associatedScreens]").forEach(input => input.checked = true)
Hi,
on Data Center, visually it works but no field is visible when creating the task
UPDATE
Re-index fixed everything
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Nika this trick is for the /secure/admin/AssociateFieldToScreens!default.jspa route where you are associating fields to screens.
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.
You can go in to associate field flagged to screens and select all screens.
Unfortunately that does not help with any new projects or screens.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have also quite huge amount of screens and sometimes new custom field needs to be added many screens and finding and clicking one by one is quite pain.
Idea for quick improvement: add "select all" in screen selection view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Abner Severino
You may be able to write something with ScriptRunner but from my research it doesn't look like you can. Looking into their Script Listeners, you cant watch for when a project is created or a new screen is made and that would be the only way I can think of with ScriptRunner to do what you want.
Being in cloud limits your options with this. Referencing this post but In Server you could set up a listener and then use the REST API to modify the screens. Cloud unfortunately does not have listeners.
I hate to say it but I don't think this is possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.