Hi Team,
Has anything changed with Edit issue endpoint
When we query Edit issue meta to get field that can be edited, we used to get field with additional property required boolean field, which meant this field is required while updating issue. However seems it is ok to not pass required field during issue edit.
In first screenshot we can see Summary is required field, however when we call edit on the issue and pass no field i.e. without Summary field API still succeeds. This used to not be the case earlier, earlier we would have got error as Summary field is required.