I'm looking at adding an API update to commit statuses from a CI server via the status API - is this something that's supported (or planning on being supported) or should I utilize v3 for now?
Solved! Solved! Go to Solution.
Hi @Jkovarik,
Thanks for reaching out! The status Object is immutable, so to update this you will need to create a new status. At this point in time, there is no GraphQL mutation to do so, and you will need to use the Create a Status REST API Endpoint instead.
Cheers,
Mark helpful posts with Accept as Solution to help other users locate important info. Don't forget to give Kudos for great content!
I wanted the same thing. For now I'm creating statuses using the v3 API.