Hello Jira experts. I am struggling with the following.
I have 2 custom fields:
CF1. “Link to Exact” – wiki style renderer
CF2. "Order #”- has default text renderer
CF 1 is populated by copying a hyperlink from another system and pasting it in the custom field in Jira. It displays it as a hyperlink displaying the “order number”. When we click on the value (hyperlink) in this field it will open the order in the Financial system. This is working fine.
Problem
I want to create and automation rule-
When the CF1 is populated, copy the field value (text, not the hyperlink address) to CF2 as plain text.
You may want to look into Automation smart values - text fields | Cloud automation Cloud | Atlassian Support to understand how you can pass the value from CF1 to a variable using smart values and remove the portions of text that make it a hyperlink.
This may be able to be achieve by using the match() function or replace() function depending on your use case.
Example:
Hope this makes sense and helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.