Hi all,
I have searched in some platforms about copying some word with hyperlink in Description to another field.
I found the closer one here for the guideline. it is using Jira Regular Expression. However, it does not include the hyperlink.
Here is my expectation. The word `message` which has hyperlink to Slack Thread, needs to be copied to the field named "Slack Link".
I truly need help for this. Thank you.
Link in description is stored in next format:
[TEST|https://example.com]
You can use regex like:
\[(?:[^|\]]+\|)([^|\]]+)\]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.