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.
Anything that was imported from the previous site with code sections is broken, eg: https://community.atlassian.com/t5/Jira-questions/Updating-a-custom-field-using-groovy-script-runner/qaq-p/256708
Characters like > and < are displayed in the code as html character entities, like >. This is hard to spot, and leads to compilation errors. It actually makes all previous answers that contains code or xml snippets worse than useless.
Is this so hard to fix? People have put a lot of effort into these answers prior to the move to Lithium, now we get a stream of "this code doesn't work" comments.
These are the likely replacements that need to be made:
< | less than | < | |
> | greater than | > | |
& | ampersand | & | |
" | double quotation mark | " | |
' | single quotation mark (apostrophe) | ' |
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.