api call to update issues health_status
Problem to solve
Currently, the API doesn't allow to update issues health status. We can do that only through the GUI.
Proposal
Editing the issue through the API should be able to work with a command like this:
❯ curl --request PUT --header "PRIVATE-TOKEN: $GLTOKEN" --url "https://gitlab.com/api/v4/projects/55202941/issues/1?health_status=on_track"
{"error":"assignee_id, assignee_ids, confidential, created_at, description, discussion_locked, due_date, labels, add_labels, remove_labels, milestone_id, state_event, title, issue_type, weight, epic_id, epic_iid are missing, at least one parameter must be provided"}%
This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.
Edited by Olivier Némoz Saint-Dizier