Hi All,
We are looking for solution on the below scenario.
We have two custom fields
If we select IT Business approval needed field value as YES, then Business approver ( User picker ) should be enabled/shown.
If we select IT Business approval needed field value as NO, then Business approver ( User picker ) should be Disabled/Hidden.
Is there a way to achieve this in Jira Cloud? Kindly assist.
Thanks,
Pradeep
Hi @Gnanabaskar
As far as I know, it is not possible using the default Jira.
It is possible to achieve the same using Power Scripts - Jira Workflow Automation app.
For the data center, we have a live field feature to achieve this, and unfortunately, there are no live fields in the Cloud.
As a workaround, you can use Condition / Validators or Post functions.
Hi Naveen,
Is this code right?
When Business Lead Approval field is YES, BusinessApproverfield should hide
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- Hi Nic, can you please advice on the
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gnanabaskar
This can not be achieved with no plugins, Scriptrunner would allow you to do this quiet easily:
Add a behavior on the custom field, you can set it to hidden and add a condition, at that point you'd be writing a couple of lines of Groovy code to check the value of the other field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gnanabaskar
No, this is not possible with out-of-the box Jira. You might try ScriptRunner Behaviours app, but not not sure it is working with custom fields yet.
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.