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.
I have created a scripted field based on the content of a text field. This is to show information as read-only on a transition screen.
The field works and I can see it on the issue under Scripted Fields.
But it is not showing up as a field that can be added to a transition screen.
Is this possible?
Are there any other ways to show read-only info on a transition?
Yep, scripted fields don't appear on "edit" screens (screens that allow for issue data updates - create, edit, and transition)
You can use the Jira Toolkit message-for-edit fields to put static messages on transition screens, but the only way I can think of getting a dynamic message field on to a transition screen is to
Hi @Tom Lister ,
a scripted field is a real time field calculated on an issue view so it can't be added on a transition view.
In order to put an info on a trasition, my suggestion is to add an help text to a specific field through a script runner behaviour.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think behaviours would work on a a transition screen.
I may be able to build some sort of message field using automation.
Tom
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.