lesstif / php-jira-rest-client

PHP classes interact Jira with the REST API.
Other
510 stars 263 forks source link

Support to update Custom Fields Options? #465

Closed LordSimal closed 2 years ago

LordSimal commented 2 years ago

I know this Library states, that V3 is not yet fully supported but it would be awesome if we could support this endpoint: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options/#api-rest-api-3-field-fieldid-context-contextid-option-put

Especially since self-hosted (old) JIRA instances are only supported till february 2024 it would be nice if we could start migrating to the latest API

lesstif commented 2 years ago

Hi @LordSimal. thank you for the great suggestion.

The on-premise Jira(Data Center) is still alive after Feb 2024, only the Server version will be EOF in Feb 2024. :)

But v2 and v3 mixed repos operate is very difficult for me, so I fork ed v3 specific repos from this.

you can find here.

I always welcome your PR. :)

LordSimal commented 2 years ago

I was already preparing a PR for this but having an extra repo for the v3 is even better 😄 Will check that out whenever I finally get admin rights to our Jira Cloud Server so I can test the updating custom fields endpoint