Dear colegues from ATLASSIAN Community!
I wnat to change Jira textField value with script runner.
Someone can help me ?
I tried to use:
setFormValue("None")]
Not working.
Kindy Maikes
I'm sorry I don't understand your question here, are these standard jira fields? using customfields etc?
if not I'm afraid I wont be able to help.
Hi there,
Can you provide us with some more information on this please? I think you are trying to write a behaviour, here is one I have written before which writes to the description field
import com.onresolve.jira.groovy.user.FieldBehaviours
import com.onresolve.jira.groovy.user.FormField
import groovy.transform.BaseScript
@BaseScript FieldBehaviours fieldBehaviours
def description = getFieldById("description")
description.setFormValue("BlaBlaBla")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to display values in a field [recurso], "Text Field", base on a previous select list values [OpcaoX].
The field [recurso] is retrieved from database table!!
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.