Skip to content

Jira

Project management · 78 actions · connect by signing in

Connect in dashboardsign infrom API spec

Actions

A sample of the 78 Jira actions. Each keeps the schema of the real API.

  • jira.list_issuesread
  • jira.get_issueread
  • jira.create_issuewrite
  • jira.list_projectsread
  • jira.get_projectread
  • jira.create_projectwrite
  • jira.list_commentsread
  • jira.get_commentread
  • jira.create_commentwrite
  • jira.delete_issuedelete

From your agent

Your agent never loads these up front. It searches in plain words and gets back the one it needs.

search_tools
{ "query": "list issues", "app": "jira" }
execute_tool
{ "name": "jira.list_issues",
  "fields": ["id"] }