You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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 Melikidze 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 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.