uppercase/lowercase in text formatting notation

Luc Noppen October 8, 2020

In jira automation I use the description field to give some extra info. I'm using smartvalues. But sometimes I want text to be in lowercase/uppercase. At first sight there's nothing available in the Text Formatting Notation.

Or am I mistaking?

Kind regards

1 answer

1 vote
Manon Soubies-Camy
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 8, 2020

Hi @Luc Noppen,

You can find several functions here that should help you, for example:

  • {{issue.summary.toLowerCase()}}
  • {{issue.summary.toUpperCase()}}

Hope this helps,

- Manon

Luc Noppen October 8, 2020

Hello,

Thanks for your reply.

I think that your suggestions apply to the complete text in the summary field.

I only want some text in upper case or lower case, especially when using smartvalues.

E.g. This is <lower>{{issue.fields.my_custom_field}}</lower> an example.

Or something like that.

Kind regards.

Luc

Sankalp Chugh
Contributor
January 10, 2024

In that case you would need to use other Jira function in conjunction with the former function. 

See substring or other functions as required here.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events