#JIRA_CREATE_ISSUE tool in MCP and Jira Integration not working, throwing invalid input error

1 messages · Page 1 of 1 (latest)

little sage
#

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
#

Here's a screen recording above on attempting to try out the action via UI as well

fallow cairnBOT
#

Hey there 👋,

It seems the issue occurred because the project key was named the same as the project type. For example, naming the project SCRUM and the project type SCRUM (or similarly with KANBAN) causes this error.

Could you please try changing the project KEY to something other than the project type, like SCR or KBN, and then try again?

Let me know how it goes.

little sage
fallow cairnBOT
#

Hi there,

Could you please try migrating the project—or spin up a fresh one—and then retry? Let me know if that fixes things.

little sage
#

Hey, thanks for the support

Trying to create issue on a fresh one is working, thanks!