Skip to content

Fixes #884 - Add sender requirement for ticket creation on behalf of customers - #889

Merged
ralf401 merged 1 commit into
pre-releasefrom
rsc/fixes/884
Aug 24, 2026
Merged

Fixes #884 - Add sender requirement for ticket creation on behalf of customers#889
ralf401 merged 1 commit into
pre-releasefrom
rsc/fixes/884

Conversation

@ralf401

@ralf401 ralf401 commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

github-actions Bot commented Aug 24, 2026

Copy link
Copy Markdown

Artifacts

Produced during runtime

📦 html-162e63b

@dvuckovic dvuckovic left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is all very technical, but I suppose it has to be due to its being an API docs page 😂

Comment thread api/ticket/index.rst Outdated
Comment thread api/ticket/index.rst Outdated
Comment thread api/ticket/index.rst Outdated
…customers

When creating a ticket via POST /api/v1/tickets with an initial article
on behalf of a customer, article.sender must be set to 'Customer'
explicitly. Without this, the article body is not stored and the customer
context is not handled correctly.

This dependency was only documented in the Article API docs. Add:
- Explicit note in the on-behalf-of tip about the sender requirement
- sender field in the example JSON payload
- Stronger cross-reference hint mentioning the sender dependency
@ralf401

ralf401 commented Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Thanks, @dv & @suelje!

@ralf401
ralf401 merged commit 0e3cb62 into pre-release Aug 24, 2026
1 check passed
@ralf401
ralf401 deleted the rsc/fixes/884 branch August 24, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API > Ticket > Create: add note about article.sender and reference to article creation

3 participants