Forums

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

String Manipulation using Groovy script

Jabir NP March 29, 2015

Hi 

I wanted to get first 100 hundred characters from Summary Field using groovy script.

Please help

2 answers

1 vote
Guilherme Nogueira
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 30, 2015

Hi smile

I'm considering that you have a few knowledge about what are you doing.

First: Put summary field text to a string, and than:

 

"s" is your summary field string

String first100charc = s.substring(0, Math.min(s.length(), 100));

It works with Groovy,

 

If you need a few more information, please reply.

 

BR.

0 votes
Guilherme Nogueira
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 31, 2015

did it work?

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, mindful member, mindful member badge, atlassian community, community kudos, community giveaway, atlassian swag, community values, empathy and kindness, badge challenge, atlassian learning, community engagement, swag giveaway

Earn a Badge, Win a Prize 🎁

Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!

Start here
AUG Leaders

Atlassian Community Events