I need to auto populate Linked issues filed based on other custom field selection.
I have “is this linked issue” custom field with yes, no and none option
When yes is choosen liked issues should populate else hide
If it is not possible
i have added None as an option in linked issues drop down.. if none is choosen ‘issue’ field should be hidden.. I have tried with all the scripts I have..
@dhamu rishi and welcome to the community!
Unless you're using Forms (Only available for JSM projects), being able to conditionally show/hide fields is not possible natively.
Thanks @Mark Segall is there any way that we can make ‘issue’ field mandatory..when parent ‘Linked issue is mandatory even ‘issue’ has to be mandatory. This is really needed for the client.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could do something like this...
So, you're looking at 3 automation rules and a workflow validator. Here's how it can be done (Note - I'm going with flag, but you could just as easily use a label, component, or custom field)
AUTOMATION #1 - Flag The Issue
AUTOMATION #2 - Is This A Linked Issue field change
When "Is This A Linked Issue" field value changes, if answer is Yes then verify there's a linked issue. If yes and no linked issue, log it and keep it flagged. Else, remove the flag
key = {{issue}} AND "Is This A Linked Issue" = YES AND issueLinkType IS NOT EMPTY
AUTOMATION #3 - Issue Linked
VALIDATOR
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.