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,
I need to apply styling for some custom fields that are read only to change the background and other stuffs. Is there any other way to apply the styling for the fields apart from placing the code in announcement banner?
Kindly advise
You can actually do it but you have to make sure you are selecting the exact and unique html attributes that Jira is providing in the custom field.
The alternative is to use Scripted Fields from ScriptRunner.
https://scriptrunner.adaptavist.com/5.0.4/jira/scripted-fields.html
OR
To make sure the JS is scoped within the project or even issuetype you can use JSIncluder.
https://marketplace.atlassian.com/apps/1211670/jsincluder
It is a free add-on, you can inject a javascript code into a specific project and even issue type.
Keep in mind these are not fully supported by Atlassian, but you can always revert back to the community if there are issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.