Hey thanks for the support,
let me use this thread to introduce another issue that I have been facing, regarding the JIRA_CREATE_ISSUE tool in the Jira integration
I have tried calling this tool via MCP and manually alike (by going into Integration page and entering required fields manually and then hitting on run in the composio page), however the tool errors out with this response:
"data": {},
"error": "Invalid input: {\"errorMessages\":[],\"errors\":{\"priority\":\"Field 'priority' cannot be set. It is not on the appropriate screen, or unknown.\"}}",
"successful": false,
"logId": "log_RJLgA2KiFub5"
}```
Sample Argument example:
```{
"project_key": "SCRUM",
"summary": "Limit Composio connections according to plan limits",
"issue_type": "Task",
"description": "Create a task to ensure that Composio connections are limited according to the plan limits. This involves monitoring and enforcing the connection limits to prevent overuse.",
"fields": {}
}```
Tinkering with priority field also does not cause the tool invocation to function