Need help in updating custom field by Jira automation

Raju Mandapaka 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

0 votes
Answer accepted
Andrew Zimmerman _Appfire_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events