Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I automate the word with Hyperlink to another field in Jira?

Ismoyo Eko Purwanto
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 12, 2023

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".


Screenshot 2023-09-12 at 15.47.10.png

 

I truly need help for this. Thank you.

1 answer

0 votes
Evgenii
Community Champion
September 12, 2023

Hi, @Ismoyo Eko Purwanto 

Link in description is stored in next format:

[TEST|https://example.com]

You can use regex like:

\[(?:[^|\]]+\|)([^|\]]+)\]

Screenshot_10.jpg

Suggest an answer

Log in or Sign up to answer