-
Suggestion
-
Resolution: Unresolved
-
None
-
3
-
4
-
Currently, the smart value {{fieldChange.from }} provide the object details such as CMDB ID followed by object key i.e "[<CMDB-ID>:<Object-key-Number>]"
Suggested Solution
Provide the functionality to access the object details from the {{fieldChange.from}} smart value directly.
Workaround
Fetch the Object key number from the {{fieldChange.from}} smart value using Jira smart values - text fields i.e {{fieldChange.from.split(":").last.split("]").first}}.