Hello,
I want to 'read only' field fixVersion in Jira.
In edit screen in is working okay, But in view screen it is not read only and users can edit it.
I tried to use this intialiser without success:
def customField = getFieldByName("Fix Version/s")
customField.setAllowInlineEdit(false)
What am I doing wrong?
Thank you,
Daniel
Hello @sattar baig
As per my understanding, you plan to close the parent ticket when all the related tickets are closed. This use case is available in the Atlassian Automation library and can be found here.
This can be customised to suit the exact business needs. Let m know if you need guidance for the same.
Please accept the answer if it helps.
Hi @sattar baig
Take a look at this post for details: https://community.atlassian.com/t5/Automation-discussions/Jira-Automation-Video-Tutorial-on-how-to-keep-Parent-and/td-p/1783535
Its rule #1 that you should review.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.