The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to hide/readonly custom field based on Parent issue status and child issue status

Digvijay Singh Gehlot
April 18, 2025

Hi Community, 

I have a specific case where I want, a custom field should be hidden or set ReadOnly based of current Parent issue status and Child issue status (child linked via Parent Link) 

Please note: Custom field is present on Parent issue in Parent project only and the linked Child issue is in Child project. 

Please guide how to achieve the above using scriptrunner behaviour, workflow conditions, validations, or postfunctions, or Jira Automation rules. 

Thanks

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Hector Florin _Appfire_
Contributor
April 18, 2025

Hi @Digvijay Singh Gehlot ,

I hope you're doing great.

If you're interested, you can achieve it with Power Scripts - Live Fields

https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15488008/Live+Fields

You can hide, disable and other actions with Live Field routines 

https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15480364/lfHide

https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15480350/lfDisable

 

https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15488597/Configuring+Live+Fields

 

I hope it helps this alternative.

Thank you.

Regards,
Hector

 

Digvijay Singh Gehlot
April 18, 2025

Hi @Hector Florin _Appfire_ 

Thank you for sharing the above details. I will explore it. 

Currently, I am looking for scriptrunner behavior related solutio  to resolve my request.