The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events