Hi,
We recently moved to cloud. In server version, we used Script runner Behavior scripts to make a field mandatory and to make make hide/show based on the value selected in a custom field.
But in Cloud, i am not sure, my behavior script is showing so many errors. I tried Automation in JIRA, but that didn't helped me.
Anyone please help me in getting this issue resolved
Hi Support,
This Clones an issue,and links function only support traget single project created,But I want to choose multiple project to create,do you have any suggestions about it?
Thank You.
Hi Yun,
Could you provide more details as to what you are trying to accomplish?
Let me see if I understand correctly:
You could accomplish this using a Script post-function. For example, you could add a post-function on the "Create" transition of the workflow.
ScriptRunner already has a built-in function to clone an issue:
You could use a condition like this to check what values are selected in the custom field:
('Project1' in cfValues['Project List']*.value) && ('Project2' in cfValues['Project List']*.value) && ('Project3' in cfValues['Project List']*.value)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Support,
This Clones an issue,and links function only support traget single project created,But I want to choose multiple project to create,do you have any suggestions about it?
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.