Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

align text to the left in Behaviour

Helen Ahlberg
Contributor
April 7, 2020

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

 

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events