Forums

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

Reg Multi CheckBox

Sri Phani Subramanyam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 29, 2021

Hello,

I actually want to enable First time Resolution check box via python which is displayed in the Resolved workflow in a separate window I could fetch the feild Id. I have tried many ways but couldn't succeed.(Python) 

here are few ways I have tried:

1. issue.fields.customfield_10112 = [{"value": "Resolved First Time"}] or [{"value": "Yes"}]

The above hasn't worked.

 2. fields = {"customfield_10112]: [{"value": "Resolved First Time"}]}
     issue.update(fields=fields)

the above method I have tried  throws an error:-text: Field "'customfield_10112'" cannot be set. It is not on the appropriate screen, or unknown.

 

I am attaching a screenshot of which checkbox should be enabled.

I would request anyone to help me on this.

Thanks

Subbu.

 

0 answers

Suggest an answer

Log in or Sign up to answer