@Jamie Echlin (Adaptavist) or @Nic Brough, I'm running into difficulty finding a definitive answer on whether or not it's possible to change the color a field is rendered in the issue view via the Behaviours add-on. I know I can do this with custom javascript in the headers or announcement banner, but I'm trying to avoid this as it impedes upgrades.
I was thinking something like the following:
def securityField = getFieldByName("Security Level")
def securityValue = securityField.getValue()
if (securityValue == "XXXXX") { // Only XXXXX should be black.
securityField.setHelpText("Hello! <style>#security-val .note { color: #333;}</style>")
} else {
}
However, I don't believe this will ever work, since the description isn't displayed on the "View Screen".
Any Pointers?
Behaviours functionality is limited as listed in https://scriptrunner.adaptavist.com/4.3.1/jira/behaviours-overview.html. I think it cannot work beyond those specific features.
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.