Skip to content

Conversation

@masoudsharifipour
Copy link

Description

Add optional customFields to CreateIssueInput and UpdateIssueInput.
Merge customFields directly into Jira fields for create/update calls.
Extend MCP tool schemas to accept customFields and pass them to the client.
No breaking changes; existing usage remains valid.
Usage Examples

Create: customFields: { customfield_10211: 10015 }
Update: customFields: { customfield_10211: 10015 }
Complex fields: provide the exact structure Jira expects (e.g., checklist arrays or JSON objects).

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.

1 participant