The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in updating custom field by Jira automation

Raju Mandapaka
Contributor
April 18, 2023

Team,

We are having a scenario where we are using a advance custom field called "project picker" (which lists out all projects in our instance).

So the requirement is after performing certain rules, the value in the specific custom field should be removed and make it as blank, i tried using edit option in Automation but that filed is not showing in that edit list.

So tried some advanced configurations like below

-------------

{
"update": {
"Clone to": [
{
"set": {"value": "None"}
}
]
}
}

------------

{
"update": {
"Clone to": [
{
"remove": 
}
]
}
}

--------------

None of the above is worked, please help me in sorting out this.

Thanks in advance.

 

Thanks,

Raju

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Andrew Zimmerman
Community Champion
April 18, 2023

Hi @Raju Mandapaka,

Have you tried the below?

{ 
"fields": {
"Clone to": null
}
}

 By the way, "Clone to" is the name of your project picker field, right?

Let me know if this works for you!

Andrew

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events