example
import groovy.transform.BaseScript
import com.onresolve.jira.groovy.user.FieldBehaviours
@BaseScript FieldBehaviours fieldBehaviours
def desc = getFieldById("description")
def table = """"
||Check||ALFA||BETA||REVIEW
||You are assigned to main task card|| || || ||
"""
if (!underlyingIssue?.description) {
desc.setFormValue(table)
}
I want the text to be align to the left but it stays centered - how do I achive this?
regards,
Helen Ahlberg
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.