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?
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.
I have been using this solution for years but the problem is that the helptext is hidden when the validator checks for mandatory fields
Hey @Michael Kornatzki try to use setHelpText method and not setError...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's not enough.
I use setHelpText but the text is hidden if click in the screen and there are mandatory fields which were empty. Then the errorText of the mandatory fields is displayed and the helpText is hidden.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Hey @Tom Lister validator works also on a transition screen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.