Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ Enriches a message with data from a secondary resource
<xs:annotation>
<xs:documentation xml:lang="en">
<![CDATA[
Error handler settings
Camel error handling.
]]>
</xs:documentation>
</xs:annotation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,19 @@ public static class JiraHeaderNameBuilder {
*/
private static final JiraHeaderNameBuilder INSTANCE = new JiraHeaderNameBuilder();

/**
* The assignee's id of the issue.
*
* The option is a: {@code String} type.
*
* Group: producer
*
* @return the name of the header {@code IssueAssigneeId}.
*/
public String issueAssigneeId() {
return "IssueAssigneeId";
}

/**
* The assignee's name of the issue.
*
Expand Down