Search code examples
azure-devopsrpa

How to update existing wotkitem(feature) card state through API azure devops without using PATCH http method


I have a Feature card with state New i want to change the state of this card using API. I work on AA tool of RPA which doesn't support PATCH method. i want to update only "System.State" is there API query to update state?


Solution

  • As a workaround ,you can try to change the state via azure cli:

    az boards work-item update --id [--state]