You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi all,
I have been trying to use this smart value: "issue.description.substringbefore" to remove the tabling of a signature as JIRA is unable to do it at the moment.
I have grabbed the "code" of what JIRA sees by sending "issue.description" to myself as an email and it has spewed out this code (This is a snippet, information removed for privacy):
*Insert email message body*
*signature below*
|
|
| name redacted **Insert bunch of code here, this is the email signature pieces**
*more lines of code*
|
I want to basically remove everything after the following:
|
|
| name redacted **Insert bunch of code here, this is the email signature pieces**
but I cannot figure out how to tell JIRA smart values to look for information over different lines. It works if I specify "| name redacted" but then it creates a blank table as it has left the two "|".
Does anyone know how to do this?