How to get the last paragraph of the rich text field in Jira software cloud because a need the custom field the same comments field.
I need to custom field for the people put a comment line in many dates differents, but I need to extract the last line using the automation and put this information in a field to called last information, for example, I am searching how to do it, but I didn't find it. Anybody could be help me please?
Thank you so much
Hi @Rogerio - Assuming you're using automation, you could do something like this:
{{issue.description.match("(?si)^.*\n(.*)$")}}
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.