Skip to Main Content
Status Shipped
Categories Features
Created by Guest
Created on Apr 23, 2015

Update a feature's release phase from the API

I can get the release phase from a feature through the API, but I can't see a way to update it. Could you add the option?

  • Attach files
  • Admin
    Chris Waters
    Reply
    |
    Jan 12, 2017

    The release phase of a feature can be updated using either the ID or name of a release phase in the JSON like:

       release_phase: "213231"

    or 

        release_phase: "Development"

  • Guest
    Reply
    |
    Jan 12, 2017

    Hi,

     

    I need this ability as well.

    Using HTTPClient and publishing string Content of keys and values,

    Doing this for workflow_status field for state, but cannot find the key name for Release.

    Please advice,

    Thanks,

    Sharon.