Skip to content

Maintenance – Merge pr #59 && add integration test#129

Merged
derpixler merged 1 commit into
masterfrom
feature/rr/59/add-admin-scoped-tag-support
Jun 10, 2026
Merged

Maintenance – Merge pr #59 && add integration test#129
derpixler merged 1 commit into
masterfrom
feature/rr/59/add-admin-scoped-tag-support

Conversation

@derpixler

Copy link
Copy Markdown
Contributor

Adds support for the Zammad Tag API administration scope: list, create, rename and delete tags globally via tag_list endpoints.

Changes

  • src/Resource/Tag.php — Added all, create, update, delete URL definitions for admin scope (cherry-picked from Add support for Tag: Administration scope #59 by @christopheg)
  • README.md — Updated Tag feature row in the capability table and added admin scope documentation link
  • test/ZammadAPIClient/Resource/TagTest.php — Added integration tests for all four admin operations
  • examples/tag_admin.php — New example showing tag lifecycle: list → create → rename → delete

How to test
vendor/bin/phpunit --filter "TagTest::testAdmin"

Thanks to @christopheg for the original implementation in #59.

@derpixler derpixler self-assigned this Jun 9, 2026
@derpixler derpixler changed the title Fixes #59 - merge pr #59 && add integration test Maintenance – Merge pr #59 && add integration test Jun 9, 2026
@derpixler derpixler merged commit 3fb6f7e into master Jun 10, 2026
8 checks passed
@derpixler derpixler deleted the feature/rr/59/add-admin-scoped-tag-support branch June 10, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants