how to edit a custom field in an issue using jira rest api ?

sathish vuppala October 13, 2015

I was trying with this request object

{    "update":{

        "customfield_10512":[

            {

                "remove":{

                    "customId": "10512"

                }

            }

            ]

   }

}

1 answer

0 votes
GabrielleJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 13, 2015

Does it work? Make sure that it is editable (e.g. It's in the Edit Screen and you have the correct rights).

satish October 13, 2015

Hey Gabrielle, I am able to see it in the EDIT screen from the GUI, and I have admin rights for myself. **My activity is currently limited because I have commented, answered or asked a question 1 times in the past 24 hours. These limits apply until I earn 3 points, then I can ask, answer and comment as much as I like.** So created a new user Id, sathish4usa@gmail !

Suggest an answer

Log in or Sign up to answer