Hello All,
We have 2 object types -
Object1 (which has 2 attributes - Atrib1, Atrib2)
Object2 (which has 2 attributes - Atrib3, Atrib4)
We import objects using JSON file.
Attrib3 has values which is combination of Atrib1 and Atrib2 (its already in JSON file, we just import it)
e.g. Atrib1 has values "ABC def 123"
Atrib2 has values "X_YZ"
So Atrib3 having value as "ABC def 123 (X_YZ)" (added with extra brackets)
Now we want to get value of Atrib1 from Object1 and show in Object2 in Atrib4 by looking combination Atrib1 and Atrib2 in Atrib3.
So how do I get value of Atrib1 and Atrib2 which is contained in Atrib3 and show in Atrib4 just like JIRA query (summary ~ "ABC def 123" and description ~ "X_YZ")?
-DJ
I was able to get it with REGEX in Attribute configuration.
(^.*)(?=\s\(.[\w\d]+\)$)
(\w*)
-DJ
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.