so I want to create an Automation Rule in Cloud
What I want is suppose there is custom field as "Project Manager Name"
if Project Manager name is "Peyush Agarwal" then change it to "Peyush Gupta" else it should remain same
I tried writing
{
"fields": {
If ("Phase Detected" == "Phase Detected": {"value" : "Production Phase"})
{
"Phase Detected": ""
}
{
"Phase Detected": {"value" : "None"}
}
}
}
But looks like I am not able to write proper code. Can you please help
Hi @Peyush Agarwal ,
I am not that familiar with the automation, the way I would approach this is to use the bulk update with a JQL which has custom field which need to change. Using JIRA bulk update you can change the value of the custom filed at ones.
-Bibek
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.