Hey Jira-Community,
I would like to show a preview of information on a transitionscreen. Therefore I'm using a JBCF message field to build the preview, but I'd like to change the format of 2 fields.
The first customfield is a text tield (multi-line), for example:
customfield_30201 = """Wir untersuchen gemeldete Einschränkungen bei der Nutzung folgender Services:
- Ticketsystem
Unser Business Applikation Team arbeitet bereits an einer Lösung zur Entstörung der Allgemein.
"""
Using the JBCF message field
$cfValues.getFromForm("customfield_30201")
it displays the value in a string ignoring the formatting I prepared in the customfield_30201:
Wir untersuchen gemeldete Einschränkungen bei der Nutzung folgender Services: - Ticketsystem Unser Business Applikation Team arbeitet bereits an einer Lösung zur Entstörung der Allgemein.
How is it possible to get the value with my previous formatting?
I wrote to the JBCF-Support and they added another option for formatting.
More information here https://jibrok.com/docs/message-field/dynamic-templates-examples/
Welcome to the Atlassian Community!
I have to apologise for this question, I would love that I do not have to ask, but I am completely stuck. What is JBCF?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
no apology needed, we use the Message Field plugin https://marketplace.atlassian.com/apps/1219615/message-field?tab=overview&hosting=datacenter
and created fields result in an JBCF Message Field.
documentation https://jibrok.com/docs/message-field/dynamic-templates-examples/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.