Forums

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

Automation: How to access new parent field in #changelog

flaimo
Contributor
November 29, 2023

Atlassian hast started do change the Parent Link and Epic Link field in our forms to the new Parent field:

Screenshot_2023-11-29_at_16_36_56.png

I tried to update some of our automation rules that make heavy use of the following changelog smartvalues:

{{#changelog.epic link}}{{fromString}}{{/}}

{{#changelog.epic link}}{{toString}}{{/}}

{{#changelog.parent link}}{{fromString}}{{/}}

{{#changelog.parent link}}{{toString}}{{/}}

I changed them to

{{#changelog.parent}}{{fromString}}{{/}}

{{#changelog.parent}}{{toString}}{{/}}

But they seem to always be empty. The old names (still) seem to work.

Is the parent field called something different as a smart value, or haven't they just implemented the change yet?

 

1 answer

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 29, 2023

Hi @flaimo 

It seems those changes are still in-progress of rolling out, as described in this response from an Atlassian employee to a similar question today:

https://community.atlassian.com/t5/Jira-Software-questions/When-will-the-quot-Epic-Link-quot-and-quot-Parent-Link-quot/qaq-p/2546760#M303059

And from my experimentation...the behaviors of backward compatibility versus replacement seem different than originally described for the sunset of those epic fields.  For example, I just tested with the REST API function to check for supported automation fields and "Epic Link" was empty for me and parent was not.

I recommend watching for updates in the community articles and here to note changes:

https://confluence.atlassian.com/cloud/blog

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events