Skip to content

Commit

Permalink
Added missing perldoc param in TransitionAction/ArticleSend.pm, Trans…
Browse files Browse the repository at this point in the history
…itionAction/TicketArticleCreate.pm and TransitionAction/TicketCreate.pm.
  • Loading branch information
dennykorsukewitz committed Oct 23, 2024
1 parent 533c31e commit 1f63895
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Runs TransitionAction ArticleSend.
Attachments => 'Attachment 1, Attachment 2, Attachment 3', # Add attachment of the admin interface for the ArticleSend
AttachmentIDs => '15,34,42', # Add attachment ids of the admin interface for the ArticleSend
AttachmentsReuse => 1 # optional, 1|0 - Reuse of attachments stored in the dynamic field configured in Process::DynamicFieldProcessManagementAttachment.
Template => 'Template 1', # Use template to replace in Body by Tag <OTRS_TA_TEMPLATE>
TemplateID => 1, # Use template id to replace in Body by Tag <OTRS_TA_TEMPLATE>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Runs TransitionAction TicketArticleCreate.
%DataPayload, # some parameters depending of each communication channel, please check ArticleCreate() on each
# communication channel for the full list of optional and mandatory parameters
AttachmentsReuse => 1 # optional, 1|0 - Reuse of attachments stored in the dynamic field configured in Process::DynamicFieldProcessManagementAttachment.
TimeUnit => 123, # optional, to set the accounting time
UserID => 123, # optional, to override the UserID from the logged user
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ Runs TransitionAction TicketCreate.
TimeUnit => 123,
# Attachment optional:
Attachments => '1', # optional, 1|0
Attachments => '1', # optional, 1|0
AttachmentsReuse => 1 # optional, 1|0 - Reuse of attachments stored in the dynamic field configured in Process::DynamicFieldProcessManagementAttachment.
# other:
DynamicField_NameX => $Value,
Expand Down

0 comments on commit 1f63895

Please sign in to comment.